This is a Command Line Interface Portfolio built with Ink. This CLI Portfolio is available as an NPM package here.
- NodeJS, a JavaScript run-time engine
-
NPM above version
5.2.0
, a packet manager for Node- Verify that npm is correctly installed by running
npm -v
- Verify that npm is correctly installed by running
- Run the following command to install
cli-parthiv
on your system withnpm
$ npm install --global cli-parthiv
- Run the CLI directly with
npx
by running
$ npx cli-parthiv
- Run the CLI with the
--help
option to see the options available
$ cli-parthiv --help
Usage
$ cli-parthiv
Options
--gradient gradient-name which can be mind, fruit, morning or passion. The default gradient is cristal.
Example
$ cli-parthiv --gradient=mind
The CLI portfolio is best viewed on a terminal window size of (at least) 140 columns
by 40 rows