Skip to content

simple command line interface app for storing employee information.

License

Notifications You must be signed in to change notification settings

karanwadhwa/employee-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

employee-cli

Simple command line interface app for storing employee information. Uses MongoDB, commander.js, inquirer.js,

Usage

Installation

Install the dependencies

$ npm install

Create Symlink

$ npm link

Commands

Help

$ employee-cli --help

List Employees

$ employee-cli list
or
$ employee-cli l

Find Employees

$ employee-cli find [NAME]
or
$ employee-cli f [NAME]

Add Employee

$ employee-cli add
or
$ employee-cli a

Update Employee

$ employee-cli update [_ID]
or
$ employee-cli u [_ID]

Remove Employee (remove or r)

$ employee-cli remove [_ID]
or
$ employee-cli r [_ID]

App Info

Author

Karan Wadhwa

Version

1.0.0

About

simple command line interface app for storing employee information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published