Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/package-cli
Cli for package.json.
https://github.com/afeiship/package-cli
cli package pkg
Last synced: 3 months ago
JSON representation
Cli for package.json.
- Host: GitHub
- URL: https://github.com/afeiship/package-cli
- Owner: afeiship
- License: mit
- Created: 2021-04-16T10:36:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T05:34:05.000Z (over 3 years ago)
- Last Synced: 2024-09-26T17:16:57.034Z (3 months ago)
- Topics: cli, package, pkg
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# package-cli
> Cli for package.json.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
git clone https://github.com/afeiship/package-cli.git
cd package-cli
npm i && npm link
```## usage
~~~
Usage: pkg [options]Options:
-V, --version output the version number
-n, --npm-install Get npm install script.
-s, --shortname Get short name.
-h, --help display help for command
~~~## license
Code released under [the MIT license](https://github.com/afeiship/package-cli/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/package-cli
[version-url]: https://npmjs.org/package/@jswork/package-cli[license-image]: https://img.shields.io/npm/l/@jswork/package-cli
[license-url]: https://github.com/afeiship/package-cli/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/package-cli
[size-url]: https://github.com/afeiship/package-cli/blob/master/dist/package-cli.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/package-cli
[download-url]: https://www.npmjs.com/package/@jswork/package-cli