Add package.json to allow users to install Task using npm

Closes #870
This commit is contained in:
Andrey Nering
2022-09-29 21:27:30 -03:00
parent 9d7ddff60c
commit 50a377a7c4
7 changed files with 95 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ the source code instead of downloading the binary from the
yay -S go-task
```
This installation method is community owned.
This installation method is community owned.
### Fedora
@@ -97,6 +97,15 @@ nix-env -iA nixpkgs.go-task
This installation method is community owned. After a new release of Task, it
may take some time until it's available in [nixpkgs](https://github.com/NixOS/nixpkgs).
### npm
You can also use Node and npm to install Task by installing
[this package](https://www.npmjs.com/package/@go-task/cli).
```bash
npm install -g @go-task/cli
```
## Get The Binary
### Binary