0.33.2 • Published 6 years ago

heroclis v0.33.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

anycli

anycli: create your own CLI

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Useful Repos

Plugins

Building your own plugin

Writing code for plugins is essentially the same as writing within a CLI. They can export 3 different types: commands, hooks, and other plugins.

Run yarn create anycli plugin mynewplugin to create a plugin a new directory. This will come with a sample command and hook