1.2.3 • Published 4 years ago

pizza-cli_test v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Develop Express API using CLI

Install

$ npm install -g express-developer

Usage

	Usage
	  $ express <options> 
	Options
	  --project, -p   		Create new Express Project
    --collection, -c   		Create new collection (It automatically creates insert,list,update,delete API)
	Examples
	  express -p
    express -c 

Info

Create new express app:

s4s -p

Change directory:

cd

Install dependencies:

npm install

Create collections ans APIs:

s4s -c

Start your app at http://localhost:4000/:

node app.js OR

npm start

Then your project should run in http://localhost:4000

License

MIT © Saneesh K

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago