File: pyproject.toml

package info (click to toggle)
python-taskipy 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 1,262; makefile: 16; sh: 1
file content (9 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[tool.poetry]
name = "taskipy"
description = "tasks runner for python projects"

[tool.taskipy.tasks]
create_hello_txt = "echo 'hello, world' > hello.txt"
exit_17 = "exit 17"
print_hello_stdout = "echo 'hello stdout'"
print_hello_stderr = ">&2 echo 'hello stderr'"