Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 942 Bytes

STRUDEL Command-Line Interface (Beta)

The strudel-cli is a command-line tool for bootstrapping web applications based on the STRUDEL Design System.

Publishing

1. Authenticate with PyPi

In order to publish, you will have to authenticate with pypi and your account must have permission to administer the strudel-cli package on pypi.

2. Build a distrubtable package

rm -rf dist && python -m build

This will generate .whl and .tar.gz files in the dist/ folder.

3. Upload to (Test)PyPi

python -m twine upload --repository pypi dist/*