Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anycli/cli

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/cli

anycli: create your own CLI

  • 0.32.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by100%
Maintainers
3
Weekly downloads
 
Created
Source

anycli

anycli: create your own CLI

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

Useful Repos

Plugins

  • @anycli/version - mycli -v|--version|version. Show the current version.
  • @anycli/not-found - Display a friendly "did you mean" message if a command is not found.
  • @anycli/plugins - Allow users to add plugins to extend your CLI.
  • @anycli/autoupdate - Add autoupdate support to the CLI.
  • @anycli/autocomplete - Add bash/zsh autocomplete.

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

Keywords

FAQs

Package last updated on 02 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc