Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@anycli/dev-cli
Advanced tools
helpers for anycli CLIs
with yarn:
$ yarn global add @anycli/dev-cli
or with npm:
$ npm install -g @anycli/dev-cli
$ 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]
...
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
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
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
FAQs
helpers for anycli CLIs
The npm package @anycli/dev-cli receives a total of 0 weekly downloads. As such, @anycli/dev-cli popularity was classified as not popular.
We found that @anycli/dev-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.