mirror of
https://github.com/onyx-and-iris/gignore.git
synced 2025-04-03 04:03:53 +01:00
add Install with Go tools
remove release task from Taskfile
This commit is contained in:
parent
59521e1cd0
commit
1ca4304806
@ -7,6 +7,13 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
With Go tools:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go generate ./...
|
||||||
|
go install ./cmd/gignore
|
||||||
|
```
|
||||||
|
|
||||||
With [Task][task]:
|
With [Task][task]:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -23,13 +23,6 @@ tasks:
|
|||||||
- task: build-windows
|
- task: build-windows
|
||||||
- task: build-linux
|
- task: build-linux
|
||||||
|
|
||||||
release:
|
|
||||||
desc: Generate the gitignore.io templates and then build the gignore project for Windows and Linux
|
|
||||||
deps: [generate]
|
|
||||||
cmds:
|
|
||||||
- task: build-windows
|
|
||||||
- task: build-linux
|
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
desc: Vet the code
|
desc: Vet the code
|
||||||
deps: [fmt]
|
deps: [fmt]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user