@ryusuke410/setup-go-task-cli
v1.0.6
Published
This package setup a package in your project to install Task (Taskfile) locally.
Downloads
26
Maintainers
Readme
@ryusuke410/setup-go-task-cli
This package setup a package in your project to install Task (Taskfile) locally.
usage
In your repository run the following command.
npx @ryusuke410/setup-go-task-cli@latestYou can choose options interactively.
After completing the setup, use a command like npm install, yarn, bun install, or a similar one to install the Task binary locally.
Once the installation is complete, the task executable becomes available. You can check all available commands using the following command:
npx task --help