1.0.4 • Published 6 years ago
express-developer v1.0.4
Develop Express API using CLI
Install
$ npm install -g express-developerUsage
Usage$ s4s <options>Options--project, -p Create new Express Project --collection, -c Create new collection (It automatically creates insert,list,update,delete API)Examples$ s4s -p $ s4s -c
Info
Create new express app:
$ s4s -pChange directory:
$ cd 'projectName'Install dependencies:
$ npm installCreate collections ans APIs:
$ s4s -cStart your app at http://localhost:4000/:
$ npm startLicense
MIT © Saneesh K