Skip to content

Commit 0b33c40

Browse files
authored
Add Scoop manifest (#1)
Signed-off-by: Mikhail Grachev <[email protected]>
1 parent 91ec634 commit 0b33c40

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: dotenv-linter
2+
open_collective: dotenv-linter

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# scoop
2-
💻 Scoop manifest for dotenv-linter ⚡️
1+
# 💻 [Scoop](https://scoop.sh) manifest for [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) ⚡️
2+
3+
## Install on Windows
4+
5+
To install:
6+
7+
```shell script
8+
$ scoop bucket add dotenv-linter https://github.com/dotenv-linter/scoop.git
9+
$ scoop install dotenv-linter/dotenv-linter
10+
```
11+
12+
To update:
13+
14+
```shell script
15+
$ scoop update dotenv-linter
16+
```

dotenv-linter.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "2.1.0",
3+
"homepage": "https://github.com/dotenv-linter/dotenv-linter",
4+
"description": "Lightning-fast linter for .env files. Written in Rust",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/dotenv-linter/dotenv-linter/releases/download/v2.1.0/dotenv-linter-win-x64.zip",
9+
"extract_dir": "dotenv-linter-2.1.0-win-x64"
10+
}
11+
},
12+
"bin": "dotenv-linter.exe",
13+
"checkver": "github",
14+
"autoupdate": {
15+
"architecture": {
16+
"64bit": {
17+
"url": "https://github.com/dotenv-linter/dotenv-linter/releases/download/v$version/dotenv-linter-win-x64.zip",
18+
"extract_dir": "dotenv-linter-$version-win-x64"
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)