https://github.com/lagden/pkg
Update your package.json with mastery.
https://github.com/lagden/pkg
cli deno nodejs package-json-updater
Last synced: about 2 months ago
JSON representation
Update your package.json with mastery.
- Host: GitHub
- URL: https://github.com/lagden/pkg
- Owner: lagden
- License: mit
- Created: 2024-11-27T02:22:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T23:24:52.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:51:46.621Z (over 1 year ago)
- Topics: cli, deno, nodejs, package-json-updater
- Language: TypeScript
- Homepage: https://jsr.io/@tadashi/pkg-cli
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @tadashi/pkg-cli
Update your `package.json` with mastery.
View on JSR: https://jsr.io/@tadashi/pkg-cli
## Install
```
deno install --global -WER --allow-run=/bin/sh --name pkg-cli jsr:@tadashi/pkg-cli@{version}/cli -f
```
or
```
rm ~/.deno/bin/pkg-cli
deno compile -WER --allow-run=/bin/sh -o ~/.deno/bin/pkg-cli jsr:@tadashi/pkg-cli@{version}/cli
```
> [!NOTE]\
> Replace the `{version}` tag with the desired version.\
> Example: `jsr:@tadashi/pkg-cli@1.0.5/cli`
## Buy Me a Coffee
BTC: bc1q7famhuj5f25n6qvlm3sssnymk2qpxrfwpyq7g4
## License
MIT © [Thiago Lagden Magalhães](https://github.com/lagden)