@@ -22,25 +22,29 @@ pip-tools.
22
22
To list all Just tasks, run ` just --list ` :
23
23
24
24
```
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
44
48
```
45
49
46
50
### Updating Modules
0 commit comments