|
|
|
@ -5,8 +5,8 @@ A Flask template for cookiecutter_. |
|
|
|
|
|
|
|
|
|
.. _cookiecutter: https://github.com/audreyr/cookiecutter |
|
|
|
|
|
|
|
|
|
.. image:: https://travis-ci.org/sloria/cookiecutter-flask.svg?branch=master |
|
|
|
|
:target: https://travis-ci.org/sloria/cookiecutter-flask |
|
|
|
|
.. image:: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask.svg?branch=master |
|
|
|
|
:target: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask |
|
|
|
|
:alt: Build Status |
|
|
|
|
|
|
|
|
|
.. image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg |
|
|
|
@ -19,7 +19,7 @@ Use it now |
|
|
|
|
:: |
|
|
|
|
|
|
|
|
|
$ pip install cookiecutter |
|
|
|
|
$ cookiecutter https://github.com/sloria/cookiecutter-flask.git |
|
|
|
|
$ cookiecutter https://github.com/cookiecutter-flask/cookiecutter-flask.git |
|
|
|
|
|
|
|
|
|
You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project. |
|
|
|
|
|
|
|
|
|