hkcl

anycli: create your own CLI

Usage no npm install needed!

<script type="module">
  import hkcl from 'https://cdn.skypack.dev/hkcl';
</script>

README

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