pyscript-bootstrap-templates/README.md

20 lines
440 B
Markdown
Raw Normal View History

2022-07-24 11:13:19 +02:00
# pyscript-bootstrap-templates
2023-06-03 12:21:28 +02:00
templates and pyscript wrappers for various bootstrap properties
## installation
```bash
pip install git+https://the-cake-is-a-lie.net/gogs/jonas/pyscript-bootstrap-templates.git
```
## usage
to create a new project, run
```bash
pyscript_bootstrap_app create <project_name> <title>
```
this will create a new folder containing a PWA app skeleton to start with.
The main entry point should be in main.py