File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<img src =" ./logo.svg " width =" 150 " />
2
2
3
- > the complementary task runner for python poetry projects
3
+ > the complementary task runner for python
4
4
5
5
[ ![ pypi] ( https://img.shields.io/pypi/v/taskipy?style=flat-square )] ( https://pypi.org/project/taskipy/ )
6
6
[ ![ ci] ( https://img.shields.io/github/workflow/status/illberoy/taskipy/Taskipy%20Test%20CI?style=flat-square )] ( https://github.com/illBeRoy/taskipy/actions?query=workflow%3A%22Taskipy+Test+CI%22 )
@@ -21,6 +21,11 @@ You can create a task called `test` and simply run:
21
21
poetry run task test
22
22
```
23
23
24
+ Or (if you're not using poetry):
25
+ ``` bash
26
+ task test
27
+ ```
28
+
24
29
In addition, you can compose tasks and group them together, and also create dependencies between them.
25
30
26
31
This project is heavily inspired by npm's [ run script command] ( https://docs.npmjs.com/cli/run-script ) .
You can’t perform that action at this time.
0 commit comments