comicbook-cli
Version:
A CLI tool to display the latest comic releases
45 lines (28 loc) • 865 B
Markdown
# ComicBook CLI
A CLI tool to display the latest comic book releases.
<img width="1211" alt="screenshot" src="https://user-images.githubusercontent.com/11799597/169952087-395c998a-385a-4763-b7b0-7db3ba7bc8a6.png">
## Install
Requires Node Version 16.1.0+
```js
npm install comicbook-cli -g
```
## Commands
### Display a table with all the latest issues by publisher
```js
comics publisher <name>
// eg: comics publisher "Marvel Comics"
```
### Display a table with all the latest issues
```js
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](http://github.com/miguelc1221)