Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charbonnierg/project-tasks
Task runner for Python projects
https://github.com/charbonnierg/project-tasks
Last synced: about 2 months ago
JSON representation
Task runner for Python projects
- Host: GitHub
- URL: https://github.com/charbonnierg/project-tasks
- Owner: charbonnierg
- License: mit
- Created: 2024-10-16T14:19:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:37:24.000Z (3 months ago)
- Last Synced: 2024-10-18T11:51:08.766Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Tasks
`project-tasks` is a python package offering a CLI (Command Line Interface) application to run tasks defined within a `pyproject.toml` configuration file.
## Example usage
See [this project pyproject.toml](./pyproject.toml).
## CLI Usage
`task [-h] [--dry-run] [--file FILE] task_name [task_name ...]`