niktekusho / node-cli-boilerplate

Boilerplate I use to create Node.js CLI applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-name

CLI Description

Installation

Note: to use this CLI application, you need to have installed Node.js and a console you can run commands into. The minimum required version of Node.js is: 8 - codename "Carbon".

In your console, run the following command:

$ npm install -g cli-name

You can also use yarn:

$ yarn global add cli-name

Usage

The CLI application expects ...

Related

About

Boilerplate I use to create Node.js CLI applications

License:MIT License


Languages

Language:JavaScript 100.0%