Skip to content

A command line tool to create a skeleton flask project

License

Notifications You must be signed in to change notification settings

sumanthns/flask-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-project

A command line tool to create a skeleton flask project

Installation

  1. Clone the project on your box git clone git@github.com:sumanthns/flask-project.git

  2. Cd into the project folder cd flask-project

  3. Install (Create a virtual env if required) python setup.py install

Usage:

flask-project

Explanation

  1. This will create a skeleton project structure in this format:

    project_name/
    -- app/
    ---- static/
    ---- templates/
    ---- init.py
    -- run.sh -- run_tests.py -- manage.py -- factory.py -- settings.py

  2. This will also create a virtual env called and install the below modules -

    flask-login
    flask-mail
    flask-sqlalchemy
    sqlalchemy-migrate
    flask-whooshalchemy
    flask-wtf
    flask-babel
    guess-language
    flipflop
    coverage

About

A command line tool to create a skeleton flask project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages