Hey there,
Excited to introduce st-kickoff, a CLI I have developed to help me start new Streamlit apps as quickly as possible. 
How to install? pip install st-kickoff
How to use? Simply run st in a new directory… and it will:
- Create a basic Streamlit project structure in your directory:
.
├── .gitignore # basic .gitignore to ignore Streamlit secrets!
├── .streamlit
│ └── secrets.toml # empty Streamlit Secrets
├── README.md # basic README
├── requirements.txt # empty
└── streamlit_app.py # basic Streamlit template app
- Open the project & script in VS Code
- Run the Streamlit app
- Open the app in your browser
Demo:
Hope you like it, hope it works for you, and please don’t hesitate to share feedback and contribute!
Best,
Arnaud
