Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .prototools
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gh = "2.51.0"
just = "1.29.1"
moon = "1.25.6"
node = "22.3.0"
rust = "1.79.0"
gh = "2.67.0"
just = "1.39.0"
moon = "1.32.7"
node = "22.14.0"
rust = "1.85.0"

[plugins]
gh = "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/gh/plugin.toml"
Expand Down
21 changes: 21 additions & 0 deletions dotenv-linter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Dotenv-linter plugin

[Dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) plugin for [proto](https://github.com/moonrepo/proto).

## Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based `.prototools` by running:

### Global install

```shell
proto plugin add dotenv-linter "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/dotenv-linter/plugin.toml" --global
proto install dotenv-linter
```

### Per-project install

```shell
proto plugin add dotenv-linter "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/dotenv-linter/plugin.toml"
proto pin dotenv-linter latest --resolve
```
8 changes: 8 additions & 0 deletions dotenv-linter/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { run } from "../testkit.js";

run({
name: "dotenv-linter",
afterInstall: async ($) => {
await $`dotenv-linter --version`;
},
});
23 changes: 23 additions & 0 deletions dotenv-linter/plugin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# A TOML plugin for dotenv-linter:
# https://moonrepo.dev/docs/proto/toml-plugin

name = "dotenv-linter"
type = "cli"

[platform.linux]
download-file = "dotenv-linter-{os}-{arch}.tar.gz"

[platform.macos]
download-file = "dotenv-linter-darwin-{arch}.tar.gz"

[platform.windows]
download-file = "dotenv-linter-win-x64.zip"

[install]
download-url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v{version}/{download_file}"

[install.arch]
aarch64 = "arm64"

[resolve]
git-url = "https://github.com/dotenv-linter/dotenv-linter"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "22.3.0"
"node": "22.14.0"
}
}
13 changes: 4 additions & 9 deletions sentry-cli/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,17 @@ type = "cli"
git-url = "https://github.com/getsentry/sentry-cli"

[platform.linux]
bin-path = "sentry-cli-Linux-{arch}"
download-file = "sentry-cli-linux-{arch}-2.32.2.tgz"
download-file = "sentry-cli-linux-{arch}"

[platform.macos]
bin-path = "sentry-cli-Darwin-{arch}"
download-file = "sentry-cli-Darwin-{arch}"
download-file = "sentry-cli-Darwin-universal"

[platform.windows]
bin-path = "sentry-cli-Windows-{arch}.exe"
download-file = "sentry-cli-Windows-{arch}.exe"

[install]
download-url = "https://github.com/getsentry/sentry-cli/releases/download/{version}/{download_file}"

[install.arch]
arm = "arm"
arm64 = "arm64"
x86 = "x86"
x86_64 = "x86_64"
x86 = "i686"
aarch64 = "arm64"
21 changes: 21 additions & 0 deletions taplo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Taplo plugin

[Taplo](https://taplo.tamasfe.dev/) plugin for [proto](https://github.com/moonrepo/proto).

## Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based `.prototools` by running:

### Global install

```shell
proto plugin add taplo "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/taplo/plugin.toml" --global
proto install taplo
```

### Per-project install

```shell
proto plugin add taplo "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/taplo/plugin.toml"
proto pin taplo latest --resolve
```
8 changes: 8 additions & 0 deletions taplo/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { run } from "../testkit.js";

run({
name: "taplo",
afterInstall: async ($) => {
await $`taplo --version`;
},
});
23 changes: 23 additions & 0 deletions taplo/plugin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# A TOML plugin for Taplo:
# https://moonrepo.dev/docs/proto/toml-plugin

name = "Taplo"
type = "cli"

[platform.linux]
download-file = "taplo-{os}-{arch}.gz"
exe-path = "taplo-{os}-{arch}"

[platform.macos]
download-file = "taplo-darwin-{arch}.gz"
exe-path = "taplo-darwin-{arch}"

[platform.windows]
download-file = "taplo-{os}-{arch}.zip"
exe-path = "taplo.exe"

[install]
download-url = "https://github.com/tamasfe/taplo/releases/download/{version}/{download_file}"

[resolve]
git-url = "https://github.com/tamasfe/taplo"
21 changes: 21 additions & 0 deletions terrascan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Terrascan plugin

[Terrascan](https://runterrascan.io/) plugin for [proto](https://github.com/moonrepo/proto).

## Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based `.prototools` by running:

### Global install

```shell
proto plugin add terrascan "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/terrascan/plugin.toml" --global
proto install terrascan
```

### Per-project install

```shell
proto plugin add terrascan "source:https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/terrascan/plugin.toml"
proto pin terrascan latest --resolve
```
8 changes: 8 additions & 0 deletions terrascan/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { run } from "../testkit.js";

run({
name: "terrascan",
afterInstall: async ($) => {
await $`terrascan version`;
},
});
25 changes: 25 additions & 0 deletions terrascan/plugin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# A TOML plugin for Terrascan:
# https://moonrepo.dev/docs/proto/toml-plugin

name = "Terrascan"
type = "cli"

[platform.linux]
download-file = "terrascan_{version}_Linux_{arch}.tar.gz"

[platform.macos]
download-file = "terrascan_{version}_Darwin_{arch}.tar.gz"

[platform.windows]
download-file = "terrascan_{version}_Windows_{arch}.zip"

[install]
checksum-url = "https://github.com/tenable/terrascan/releases/download/v{version}/checksums.txt"
download-url = "https://github.com/tenable/terrascan/releases/download/v{version}/{download_file}"

[install.arch]
x86 = "i386"
aarch64 = "arm64"

[resolve]
git-url = "https://github.com/tenable/terrascan"
Loading