Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "brrr", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
"node": ">=10.16.0" | ||
}, | ||
"packageManager": "pnpm@8.6.11", | ||
"bin": { | ||
"brr": "index.js", | ||
"brrr": "index.js", | ||
"brotli": "index.js" | ||
}, | ||
"dependencies": { | ||
"mri": "^1.1.5" | ||
"mri": "^1.2.0" | ||
}, | ||
@@ -14,0 +15,0 @@ "description": "CLI to compress files using Brotli Compression algorithm.", |
@@ -18,3 +18,3 @@ A lightweight CLI to quickly compress files using Brotli Compression algorithm. | ||
# or, use npx for one-off runs: | ||
npx brotli [SEE USAGE BELOW] | ||
npx brrr [SEE USAGE BELOW] | ||
``` | ||
@@ -37,2 +37,5 @@ | ||
$ brrr input.txt --stdout | ||
# Compress all files in a directory | ||
$ find INPUT_DIR -type f | xargs brrr -o OUT_DIR | ||
``` | ||
@@ -39,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5000
52
Updatedmri@^1.2.0