Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudmiribel/st-cookiecutter
Cookiecutter for Streamlit
https://github.com/arnaudmiribel/st-cookiecutter
Last synced: 2 months ago
JSON representation
Cookiecutter for Streamlit
- Host: GitHub
- URL: https://github.com/arnaudmiribel/st-cookiecutter
- Owner: arnaudmiribel
- Created: 2022-06-22T08:44:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T16:52:23.000Z (over 2 years ago)
- Last Synced: 2024-10-11T09:29:58.485Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍪 🎈 Cookiecutter for Streamlit
This cookiecutter enables you to quickly start a new Streamlit app! Simply use:
```
$ cookiecutter st-cookiecutterapp_name [app]:
app_title [My Streamlit app]:
app_uses_secrets [1]:
app_is_multi_page [1]:
app_uses_snowflake [0]: 1
```## Quick start
1. Clone this repository in your workspace, say `workspace`
2. Make sure you installed cookiecutter: `pip install cookiecutter`
2. Now, within `workspace`, run `cookiecutter st-cookiecutter` and follow the prompts!## More
- This cookiecutter was made to support a custom Streamlit CLI called [st](https://github.com/arnaudmiribel/st)!
- Learn more about [Streamlit](https://www.streamlit.io)
- Learn more about [Cookiecutter](https://github.com/cookiecutter/cookiecutter/)