@belt/cli

Global CLI scripts registry, inspired by oclif

Usage no npm install needed!

<script type="module">
  import beltCli from 'https://cdn.skypack.dev/@belt/cli';
</script>

README

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