aislop 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/cli.js +1748 -127
- package/dist/index.js +471 -128
- package/dist/{json-BScQXSOX.js → json-DcE9soYJ.js} +1 -1
- package/dist/{version-CxBRws3M.js → version-C2lM_2fE.js} +1 -1
- package/package.json +4 -4
- package/scripts/postinstall-tools.mjs +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/aislop)
|
|
6
6
|
[](https://www.npmjs.com/package/aislop)
|
|
7
|
-
[](https://github.com/scanaislop/aislop/actions/workflows/ci.yml)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
[](https://nodejs.org)
|
|
10
10
|
|
|
@@ -115,7 +115,7 @@ pnpm add -D aislop
|
|
|
115
115
|
npm install -g aislop
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
Also available as [`@
|
|
118
|
+
Also available as [`@scanaislop/aislop`](docs/installation.md) on GitHub Packages.
|
|
119
119
|
|
|
120
120
|
---
|
|
121
121
|
|
|
@@ -218,7 +218,7 @@ Or use the composite action (one-liner):
|
|
|
218
218
|
|
|
219
219
|
```yaml
|
|
220
220
|
- uses: actions/checkout@v4
|
|
221
|
-
- uses:
|
|
221
|
+
- uses: scanaislop/aislop@v0.5
|
|
222
222
|
```
|
|
223
223
|
|
|
224
224
|
### Quality gate
|
|
@@ -277,7 +277,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and how to add new
|
|
|
277
277
|
|
|
278
278
|
## Contributors
|
|
279
279
|
|
|
280
|
-
[](https://github.com/scanaislop/aislop/graphs/contributors)
|
|
281
281
|
|
|
282
282
|
## License
|
|
283
283
|
|