Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enrise/taskfile
A ./Taskfile is a task runner in plain and easy Bash. It adds a list of available tasks to your project.
https://github.com/enrise/taskfile
automation bash cli makefile task-runner taskfile
Last synced: 3 months ago
JSON representation
A ./Taskfile is a task runner in plain and easy Bash. It adds a list of available tasks to your project.
- Host: GitHub
- URL: https://github.com/enrise/taskfile
- Owner: Enrise
- Created: 2022-09-14T13:06:05.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2024-11-14T16:14:49.000Z (3 months ago)
- Last Synced: 2024-11-14T17:24:48.423Z (3 months ago)
- Topics: automation, bash, cli, makefile, task-runner, taskfile
- Language: TypeScript
- Homepage:
- Size: 469 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Taskfile ([TaskfileGenerator.com](https://taskfilegenerator.com))
A `./Taskfile` is a task runner in plain and easy [Bash](https://nl.wikipedia.org/wiki/Bash). It adds a list of
available tasks to your project.Generate your own Taskfile at [TaskfileGenerator.com](https://taskfilegenerator.com).
[![CLI Taskfile preview](./images/cli-preview.gif)](https://taskfilegenerator.com)
## Why
- Works on any OS (any bash terminal)
- A uniform way to run your projects
- Very easy to use
- Automate your most common tasks (updating, starting, building, etc...)
- Easy to understand and maintain
- Automatically generated list of available task## Credits
This Taskfile setup is based on [Adrian Cooney's Taskfile](https://github.com/adriancooney/Taskfile) and is widely
adopted by [Enrise](https://enrise.com) in our modified flavour.## Contributors
A big thanks to all the contributors of Taskfile!
![contirubtor avatars](https://contrib.rocks/image?repo=enrise/taskfile)