Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

klummy/generator-flagae

Repository files navigation

generator-flagae NPM version Build Status Dependency Status Coverage percentage

[Deprecated] This module has been deprecated

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

About

This generates an API focused Flask app that is preconfigured for Google App Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published