1.0.0 • Published 6 years ago

@csuraz/module_cli v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

CLI

Getting Started

These instructions will get you a copy of the project up and running on your local machine .

Prerequisites

Software and dependencies you need to intsall!!

-Install the node and npm on your system from https://nodejs.org/en/

Installing

A step by step guide that tell you how to get a development environment running

Clone the github project

 $ git clone https://github.com/shashikantpathak/CLI.git

Navigate to project directory

 $ cd CLI

Install the dependencies

 $ npm install 

Start the Application on web-server

 $ Start the MongoDB Instance Connection.
 $ node index.js

Navigate to CLI and use it

 $ cd CLI
 1. To add Modules-  node cli.js add <modulename>
 2. To view list of Modules - node cli.js list
 3. To Delete a Module -node cli.js r <ModuleOriginalName>