Skip to content

Commit

Permalink
All prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomperez98 committed Jun 9, 2023
1 parent 0c32f8c commit 524057f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,20 @@ pyrgo -h
# Pyrgo. Python package manager.

# Options:
# --version Show the version and exit.
# -h, --help Show this message and exit.
# -v, --version Show the version and exit.
# -h, --help Show this message and exit.

# Commands:
# add Add dependencies to a pyproject.toml manifest file and install.
# build Build project.
# check Analyze the current package with `ruff` and `mypy`.
# clean Remove artifacts that pyrgo has generated in the past.
# docs Document you project with `mkdocs-material`.
# fmt Format all files of the current project using `black` and `ruff`.
# init Create a new pyrgo project in an existing directory.
# lock Lock dependencies using `piptools`.
# new Create a new pyrgo project.
# remove Remove dependencies from the manifest file.
# sync Synchronize virtual environment with requirements.txt.
# test Execute tests using `pytest`.
# venv Create project virtual environment.
# audit Scan project requirements for packages with known vulnerabilities.
# build Build project.
# check Analyze the current package with `ruff` and `mypy`.
# clean Remove artifacts that pyrgo has generated in the past.
# docs Document you project with `mkdocs-material`.
# fmt Format all files of the current project using `black` and `ruff`.
# lock Lock dependencies using `piptools`.
# sync Synchronize virtual environment with requirements.txt.
# test Execute tests using `pytest`.
# venv Create project virtual environment.
```

Use `pyrgo-new -n <project-name> [path]` to initialize your new project
Binary file modified pyrgo/core/resources/starter-project.zip
Binary file not shown.

0 comments on commit 524057f

Please sign in to comment.