UNPKG

@ryusuke410/setup-go-task-cli

Version:

This package setup a package in your project to install Task (Taskfile) locally.

22 lines (13 loc) 563 B
# @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. ```sh npx @ryusuke410/setup-go-task-cli@latest ``` You 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: ```sh npx task --help ```