Skip to content

Commit

Permalink
Update just recipes in DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Nov 23, 2023
1 parent 527a295 commit a72ac39
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,29 @@ pip-tools.
To list all Just tasks, run `just --list`:

```
iAvailable recipes:
build # Build the package
build-docs # Build the documentation
check # Check type annotations with pyright
clean # Clean up loose files
compile # Generate locked requirements files based on dependencies in pyproject.toml
console
default # By default, run checks and tests, then format and lint
docs # Live generate docs and host on a development webserver
format # Format with black and isort
install # Install all dependencies
lint # Lint with flake8
publish # Build the package and publish it to PyPI
shell
test # Run tests with pytest
tox # Run tests using tox
update # Update all dependencies
upgrade # Update all dependencies and rebuild the environment
upload # Upload built packages
Available recipes:
build # Build the package
build-docs # Build the documentation
check # Check type annotations with pyright
clean # Clean up loose files
compile # Generate locked requirements files based on dependencies in pyproject.toml
console # Open a Jupyter console
default # By default, run checks and tests, then format and lint
docs # Live generate docs and host on a development webserver
format # Format with black and isort
install # Install all dependencies
lint # Lint with flake8
man # Generate man page and open for preview
mkdocs # Run mkdocs
publish # Build the package and publish it to PyPI
shell # Open a bash shell with the venv activated
sphinx TARGET # Run sphinx
tag # Tag the release in git
test # Run tests with pytest
tox # Run tests using tox
update # Update all dependencies
upgrade # Update all dependencies and rebuild the environment
upload # Upload built packages
```

### Updating Modules
Expand Down

0 comments on commit a72ac39

Please sign in to comment.