https://github.com/cdrani/pf
package.json fields viewer on the cli
https://github.com/cdrani/pf
Last synced: 10 months ago
JSON representation
package.json fields viewer on the cli
- Host: GitHub
- URL: https://github.com/cdrani/pf
- Owner: cdrani
- Created: 2019-06-08T22:36:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T01:11:42.000Z (over 6 years ago)
- Last Synced: 2025-03-30T11:45:22.662Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pf (package fields)
View select fields within the package.json file.
## Usage
Installation: `npm i -g pf` or `yarn global add pf`
```bash
Usage: pf [fields]
Commands:
pf display the default data including name, version, & description.
pf [fields] display the requested fields if found.
```