generator-ng-flask
v0.1.7
Published
This generator is the scaffolding tool for generate by Yeoman a simple Flask app
Downloads
27
Maintainers
Readme
generator-ng-flask

This generator is the scaffolding tool for generate by Yeoman a simple Flask app
Dependencies
Quick start
Installing Yeoman
npm install -g yoInstalling generator-ng-flask
npm install -g generator-ng-flaskMake a new directory, and cd into it
mkdir name-app && cd $_Scaffolding out your tasty AngularJS/Flask app
yo ng-flask nameAppAnd now you can start the Quick start of you new Flask app from the README generated.
