Package catalog
npm install package-catalogCommand Line Tool for tracking and organising node.js packages.
Motivation for this cli is to build an specification.
Package.json files are designed to work with code.
This command focuses on cataloging packages and it will have different requirements over the time.
```
npm install -g package-catalog
pacat init
#### Initialize package catalog
Initializes .packages.json file in current directory
npx package-catalog init
#### Add new package to catalog
Add new package to .packages.json file
npx package-catalog add
#### Verify package package in catalog
Verify .packages.json file
npx package-catalog verify`