0.1.3 • Published 5 years ago

@gridonic/cli v0.1.3

Weekly downloads
55
License
MIT
Repository
github
Last release
5 years ago

Installation

It’s advised to install it globally. Just run $ npm install --global @gridonic/cli.

How to use?

Give it a try and run $ gridonic within your shell.

How does it work?

It’s basically just a wrapper function, which looks for a set of npm packages that we have defined. Each npm package exposes as set of flags and commands that dynamically hook into our gridonic command.

So if you run one of the npm package’s command, we just forward the input arguments and flags to the actual “binary” of that npm package. That’s it.

This gives us the flexibility to maintain and improve commands/flags outside of our CLI without needing to make a release for each change of the respective npm package.

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago