Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 865 Bytes

File metadata and controls

44 lines (28 loc) · 865 Bytes

ComicBook CLI

A CLI tool to display the latest comic book releases.

screenshot

Install

Requires Node Version 16.1.0+

npm install comicbook-cli -g

Commands

Display a table with all the latest issues by publisher

comics publisher <name>
// eg: comics publisher "Marvel Comics"

Display a table with all the latest issues

comics all
// eg: comics all

Contributing

  1. Fork it
  2. Run npm install
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

MIT © Miguel Correa