Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.61 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.61 KB

streamlit-kickoff-cli 👞

PyPI

A simple CLI to kickoff and manage Streamlit projects

stk is a command-line interface that helps you create, manage and iterate on your Streamlit projects!



Installation

This is a working setup using Mac OSX & VS Code.

pip install streamlit-kickoff-cli

Usage

$ stk --help

Usage: stk [OPTIONS] COMMAND [ARGS]...

  Welcome to stk 👞

  This is a simple CLI to help you kick off and maintain Streamlit projects as
  fast as possible!

Options:
  --help  Show this message and exit.

Commands:
  new   🆕 Create a new Streamlit project
  dev   👩‍💻 Dev time! Opens VS Code and your app in Chrome!
  kick  🚀 New app + dev set up NOW!
  list  🤯 List running Streamlit apps under ports 85**
  kill  🔫 Kill a given Streamlit app running locally!

Troubleshooting

xcode-select --install