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

@anycli/dev-cli

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/dev-cli

helpers for anycli CLIs

  • 0.3.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-85%
Maintainers
3
Weekly downloads
 
Created
Source

@anycli/dev-cli

helpers for anycli CLIs

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

Installing @anycli/dev-cli

with yarn:

$ yarn global add @anycli/dev-cli

or with npm:

$ npm install -g @anycli/dev-cli

Usage

$ anycli-dev COMMAND
running command...
$ anycli-dev (-v|--version|version)
@anycli/dev-cli/0.3.9 (linux-x64) node-v9.5.0
$ anycli-dev --help [COMMAND]
USAGE
  $ anycli-dev COMMAND [OPTIONS]
...

Commands

help

display help for anycli-dev

USAGE
  $ anycli-dev help [COMMAND] [OPTIONS]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @anycli/plugin-help

manifest

generates plugin manifest json

USAGE
  $ anycli-dev manifest [PATH] [OPTIONS]

ARGUMENTS
  PATH  [default: .] path to plugin

OPTIONS
  --help     show CLI help
  --version  show CLI version

See code: @anycli/dev-cli

readme

adds commands to README.md in current directory

USAGE
  $ anycli-dev readme [OPTIONS]

OPTIONS
  --multi  create a different markdown page for each topic

DESCRIPTION

  The readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:
  <!-- install -->
  <!-- usage -->
  <!-- commands -->

See code: @anycli/dev-cli

Keywords

FAQs

Package last updated on 07 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