starlette/scripts/README.md

8 lines
266 B
Markdown
Raw Normal View History

2018-06-25 13:15:32 +00:00
# Development Scripts
* `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).