https://github.com/flaskbb/cookiecutter-flaskbb-plugin
A cookiecutter template for FlaskBB plugins
https://github.com/flaskbb/cookiecutter-flaskbb-plugin
cookiecutter cookiecutter-template flaskbb
Last synced: 7 months ago
JSON representation
A cookiecutter template for FlaskBB plugins
- Host: GitHub
- URL: https://github.com/flaskbb/cookiecutter-flaskbb-plugin
- Owner: flaskbb
- License: other
- Created: 2016-11-12T10:46:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T10:43:28.000Z (about 7 years ago)
- Last Synced: 2024-12-28T07:44:14.293Z (over 1 year ago)
- Topics: cookiecutter, cookiecutter-template, flaskbb
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cookiecutter-flaskbb-plugin
===========================
A cookiecutter template for developing themes for FlaskBB.
Usage
-----
Either use FlaskBB's Command Line interface to generate one
```
flaskbb plugins new
```
or you can also directly generate it via cookiecutter
```
cookiecutter gh:sh4nks/cookiecutter-flaskbb-plugin
```
License
-------
This project is licensed under the terms of the [BSD License](/LICENSE)