generator-flask-service
v0.0.0
Published
Scaffold a backend flask service
Downloads
3
Readme
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.