Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

gridonic/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is your Captain speaking, welcome to our command line interface.


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.

gridonic.chgridonic.github.io@gridonic