relaton / relaton-nist

NistBib: retrieve NIST Standards for bibliographic use using the BibliographicItem model
https://www.metanorma.com
MIT License
2 stars 1 forks source link

Move NIST Tech Pubs fetcher.rb into relaton-nist gem #60

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

This is to move the fetcher.rb script in relaton-data-nist into the Relaton gem framework to support this:

$ gem install relaton-nist
$ relaton fetch-data nist-tech-pubs -o data/ -f yaml

Gets a directory data/ filled with Relaton XML/YAML files from the NIST Tech Pubs file (allrecords.xml).

ronaldtse commented 2 years ago

Do we really need to involve relaton-cli here?

We should consolidate all functionality under the same relaton command. It's easy to add a subcommand in Thor.