@belt/cli

0.1.4 • Public • Published

belt-cli

Global CLI scripts registry, inspired by oclif

Install

$ npm install --global @belt/cli
# or
$ yarn global add @belt/cli

Usage

# uses npm programmatically underhood, see https://docs.npmjs.com/cli/install
$ belt install <name>
$ belt install @<scope>/<name> # scoped from npm
$ belt install <user>/<name> # from github
$ belt install git+ssh://git@gitlab.com:<user>/<name>.git # from any git repo by ssh
$ belt install git+https://github.com/<user>/<name>.git # from any git repo by https

$ belt link local/path/to/module

$ belt list
$ belt <command> <args>

License

MIT © ewnd9

Readme

Keywords

none

Package Sidebar

Install

npm i @belt/cli

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

5.98 kB

Total Files

4

Last publish

Collaborators

  • ewnd9