Skip to content

Commit a72ac39

Browse files
committed
Update just recipes in DEVELOPMENT.md
1 parent 527a295 commit a72ac39

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

DEVELOPMENT.md

+23-19
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,29 @@ pip-tools.
2222
To list all Just tasks, run `just --list`:
2323

2424
```
25-
iAvailable recipes:
26-
build # Build the package
27-
build-docs # Build the documentation
28-
check # Check type annotations with pyright
29-
clean # Clean up loose files
30-
compile # Generate locked requirements files based on dependencies in pyproject.toml
31-
console
32-
default # By default, run checks and tests, then format and lint
33-
docs # Live generate docs and host on a development webserver
34-
format # Format with black and isort
35-
install # Install all dependencies
36-
lint # Lint with flake8
37-
publish # Build the package and publish it to PyPI
38-
shell
39-
test # Run tests with pytest
40-
tox # Run tests using tox
41-
update # Update all dependencies
42-
upgrade # Update all dependencies and rebuild the environment
43-
upload # Upload built packages
25+
Available recipes:
26+
build # Build the package
27+
build-docs # Build the documentation
28+
check # Check type annotations with pyright
29+
clean # Clean up loose files
30+
compile # Generate locked requirements files based on dependencies in pyproject.toml
31+
console # Open a Jupyter console
32+
default # By default, run checks and tests, then format and lint
33+
docs # Live generate docs and host on a development webserver
34+
format # Format with black and isort
35+
install # Install all dependencies
36+
lint # Lint with flake8
37+
man # Generate man page and open for preview
38+
mkdocs # Run mkdocs
39+
publish # Build the package and publish it to PyPI
40+
shell # Open a bash shell with the venv activated
41+
sphinx TARGET # Run sphinx
42+
tag # Tag the release in git
43+
test # Run tests with pytest
44+
tox # Run tests using tox
45+
update # Update all dependencies
46+
upgrade # Update all dependencies and rebuild the environment
47+
upload # Upload built packages
4448
```
4549

4650
### Updating Modules

0 commit comments

Comments
 (0)