1.0.2 • Published 8 years ago

generator-flagae v1.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

generator-flagae NPM version Build Status Dependency Status Coverage percentage

This generates an API focused Flask app that is proconfigured for Google AppEngine

This is currently very basic and would be improved overtime

Installation

First, install Yeoman and generator-flagae using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-flagae

Then generate your new project:

yo flagae

Features & Roadmap

  • Appname - Implemented
    • Remember to underscorify appname to avoid Python errors Implemented
  • Pip install after generator runs Implemented
  • AppEngine ID Implemented
  • Include MkDocs documentation Implemented
  • Include example api code Implemented
  • Choose base frontend library/framework - React, AngularJS, Plain HTML In Progress
    • Include & configure boilerplates for each option.
    • React
    • AngularJS
    • Plain
  • Include extensible base classes that assist in building APIs faster
  • Include authentication

Credit

The base of the application was scaffolded based on the appengine-flask-skeleton. The frontend boilerplate is based on this gulp-frontend-template

License

Apache-2.0 © Yekeen Ajeigbe

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago