1.0.1 • Published 4 years ago

package-catalog v1.0.1

Weekly downloads
15
License
-
Repository
github
Last release
4 years ago

package-catalog

Command Line Tool for tracking and organising node.js packages.

Motivation

Motivation for this cli is to build an specification.

Why not package json file

Package.json files are designed to work with code. This command focuses on cataloging packages and it will have different requirements over the time.

Usage

npm install -g package-catalog
pacat init

Commands

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 <package-name>

Verify package package in catalog

Verify .packages.json file

npx package-catalog verify

1.0.1

4 years ago

1.0.0

4 years ago

0.16.2

4 years ago