0.0.3 • Published 5 years ago

goosy v0.0.3

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

Goosy

An easy to use CLI tool for scaffolding ExpressJS API's with MongoDB and Mongoose.

Installation

Install using yarn:

yarn global add goosy

or, if you prefer... use npm

npm install -g goosy

Usage

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 ;)