Skip to content

CLI mode for easy metadata retreival #29

@stevejpurves

Description

@stevejpurves

When I want to get JSON metadata for a given doi I find myself doing:

curl -s -L \
  -H "Accept: application/vnd.citationstyles.csl+json" \
  "https://dx.doi.org/${DOI}" | jq .

...in a shell script. Would extending this package to include a mini convenience cli to do this (and other things?) be appropriate?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions