0.0.0 • Published 7 years ago

generator-flask-service v0.0.0

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

generator-flask-service

Scaffold a micro service based on Flask

Installation

Creating a new project

Update the generator by running yo and selecting "Update your generators."

Create a blank repo in GitHub for your new project and check it out locally. From this repo, generate the scaffolding.

$ yo @michellia/service

Development

Testing unpublished changes

Use npm link and npm unlink to test your changes without publishing a build.