1.2.2 • Published 11 years ago

generator-flask v1.2.2

Weekly downloads
20
License
-
Repository
github
Last release
11 years ago

Yeoman Flask Generator

Generator to use Yeoman on a Flask project.

For more informations about Yeoman, see Yeoman.io

For more informations about Flask, see Flask.pocoo.org

Installation

$ npm install -g generator-flask

Documentation

Init

$ yo flask - Generates a new Flask app with all the basic files you need.

Server

Flask needs a development server to run in order to serve the application. To do so, run $ ./server. And to make Yeoman compile your compass stylesheets, run (in a separate terminal tab) $ yeoman server. Your application will be available at 127.0.0.1:5000.

Build

If you decided to use Frozen Flask, run $ python freeze.py to build a static version of your app.

1.2.2

11 years ago

1.2.1

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.0.0

11 years ago