File tree 3 files changed +40
-2
lines changed
3 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ github : dotenv-linter
2
+ open_collective : dotenv-linter
Original file line number Diff line number Diff line change 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
+ ```
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments