goosy
v0.0.3
Published
An easy to use CLI tool for scaffolding ExpressJS API's with MongoDB and Mongoose
Readme
Goosy
An easy to use CLI tool for scaffolding ExpressJS API's with MongoDB and Mongoose.
Installation
Install using yarn:
yarn global add goosyor, if you prefer... use npm
npm install -g goosyUsage
goosy create <projectName>This will setup the project for you.
Run yarn start to spin up your API
Disclaimer
Goosy is still being developed, so don't blame me when things break ;)
