kallyas / my-cli

cli application in node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-cli

cli application in node

Usage

# install dependencies
npm install

# for index.js set type to 'commonjs' in package.json
$ node index <name> <email>

# example
$ node index john doe@gmail.com

# for app.js set type to 'module' in package.json
$ node app <command> [options]

# example
$ node app add 'take water at 3pm'

About

cli application in node


Languages

Language:JavaScript 100.0%