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

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

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.
```