https://github.com/treethought/cookiecutter-flask-assistant
Cookiecutter template for creating Virtual Assistants with Flask-Assistant
https://github.com/treethought/cookiecutter-flask-assistant
Last synced: about 1 year ago
JSON representation
Cookiecutter template for creating Virtual Assistants with Flask-Assistant
- Host: GitHub
- URL: https://github.com/treethought/cookiecutter-flask-assistant
- Owner: treethought
- Created: 2017-05-26T07:28:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T00:15:15.000Z (about 9 years ago)
- Last Synced: 2025-02-06T12:48:23.977Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
****************************
cookiecutter-flask-assistant
****************************
A project skeleton to get started with `Flask-Assistant`_ quickly!
This template provides
- a basic Flask app created utilizing best practices: `Blueprints `_ and `Application Factory `_ patterns
- blueprint for Flask-Assistant API.AI webhook
- blueprint for a typical web application
Get Started
------------
1. Install cookiecutter and pull this repo
.. code-block:: bash
pip install cookiecutter
cookiecutter https://github.com/treethought/cookiecutter-flask-assistant.git
2. Provide your projects basic info according to the shell prompts
3. Follow the instructions in the README.rst of the newly created directory
Inspiration
-----------
- `cookiecutter`_
- `cookiecutter-flask`_
- `cookiecutter-flask-ask`_
License
-------
BSD licensed.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-flask: https://github.com/sloria/cookiecutter-flask
.. _cookiecutter-flask-ask: https://github.com/chrisvoncsefalvay/cookiecutter-flask-ask
.. _Flask-Assistant: https://github.com/treethought/flask-assistant