@ivaniscoding/celq-linux-arm64 0.3.3 → 0.3.4
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 +2 -2
- package/bin/celq +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ NetBSD builds are tested in CI against the latest stable release. `celq` aims to
|
|
|
180
180
|
npm install celq
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
This adds celq to `package.json` and makes it available for scripts. It
|
|
183
|
+
This adds celq to `package.json` and makes it available for scripts. It is also possible to run single commands with [npx](https://docs.npmjs.com/cli/v8/commands/npx):
|
|
184
184
|
|
|
185
185
|
```bash
|
|
186
186
|
npx celq -n '"Hello World"'
|
|
@@ -276,7 +276,7 @@ All the documentation in the manual has been hand-crafted. That was done to keep
|
|
|
276
276
|
|
|
277
277
|
## License
|
|
278
278
|
|
|
279
|
-
This project is dual-licensed under the MIT License and Apache 2.0 licenses.
|
|
279
|
+
This project is dual-licensed under the MIT License and Apache 2.0 licenses. See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) files for details.
|
|
280
280
|
|
|
281
281
|
The `install.sh` published with each GitHub release and its template at the root of the repository (`template_install.sh`) are licensed independently. Those files are under the CC0-1.0 license. They are the original work of Casey Rodarmor from [just](https://github.com/casey/just) and have been adapted for celq.
|
|
282
282
|
|
package/bin/celq
CHANGED
|
Binary file
|
package/package.json
CHANGED