Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/package-field-cli

CLI that prints the value of a specified field from package.json.
https://github.com/jaid/package-field-cli

cli field node node-js nodejs npm package package-json pkg print util utility

Last synced: 8 days ago
JSON representation

CLI that prints the value of a specified field from package.json.

Awesome Lists containing this project

README

        

# package-field-cli

License Sponsor package-field-cli
Build status Commits since v2.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**CLI that prints the value of a specified field from package.json.**

## Installation

package-field-cli on npm

```bash
npm install --global package-field-cli@^2.0.0
```

package-field-cli on Yarn

```bash
yarn global add package-field-cli@^2.0.0
```

## CLI Usage
After installing package `package-field-cli` globally, you can use its command line interface.
```bash
package-field-cli
```
For usage instructions:
```bash
package-field-cli --help
```

## Development

Development hints for maintaining and improving package-field-cli

Setting up:
```bash
git clone [email protected]:jaid/package-field-cli.git
cd package-field-cli
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/package-field-cli/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)