initial template for app based on wuttaweb
with e.g. `poser install` command
This commit is contained in:
commit
46b33a622f
18 changed files with 344 additions and 0 deletions
18
{{ cookiecutter.repo_name }}/README.md
Normal file
18
{{ cookiecutter.repo_name }}/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
# {{cookiecutter.project_name}}
|
||||
|
||||
This is a starter project based on `WuttaWeb
|
||||
<https://wuttaproject.org>`_.
|
||||
|
||||
|
||||
## Quick Start
|
||||
|
||||
Make a virtual environment and install the app:
|
||||
|
||||
python3 -m venv {{cookiecutter.repo_name}}
|
||||
cd {{cookiecutter.repo_name}}
|
||||
bin/pip install {{cookiecutter.distribution_name}}
|
||||
bin/{{cookiecutter.package_name}} install
|
||||
|
||||
For more info see
|
||||
https://rattailproject.org/docs/wuttjamaican/narr/install/index.html
|
Loading…
Add table
Add a link
Reference in a new issue