Skip to content

Enrise/Taskfile

Repository files navigation

Taskfile

A ./Taskfile is a task runner in plain and easy Bash. It adds a list of available tasks to your project.

CLI Taskfile preview

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

Create your own taskfile

This project gives you a Taskfile base, and gives you a collection of usefull tasks to help out on your project.

We strongly recommend that your project uses a project section containing a init and a update task. Check out our example:

Usefull tasks

Check out the following sections for tasks that could be helpfull for your project's Taskfile:

Credits

This Taskfile setup is based on Adrian Cooney's Taskfile.

Contribute

Feel free to add your own Taskfile tasks via a PR. The more usefull tasks, the easier we make the life of other developers.

About

A ./Taskfile is a task runner in plain and easy Bash. It adds a list of available tasks to your project.

Topics

Resources

Stars

Watchers

Forks

Languages