JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q34552F
  • License MIT

anycli: create your own CLI

Package Exports

  • hkcl

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hkcl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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