mirror of https://github.com/encode/starlette.git
9 lines
335 B
Markdown
9 lines
335 B
Markdown
# Development Scripts
|
|
|
|
* `scripts/install` - Install dependencies in a virtual environment.
|
|
* `scripts/test` - Run the test suite.
|
|
* `scripts/lint` - Run the code linting.
|
|
* `scripts/publish` - Publish the latest version to PyPI.
|
|
|
|
Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).
|