Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 463 Bytes

Readme.md

File metadata and controls

33 lines (19 loc) · 463 Bytes

This repository has been merged into clibs/clib


clib-validate

Validate a package.json.

Installation

$ clib install clib-validate

Usage

$ clib help validate

  Usage: clib validate <dir>

    Validate a package.json in the given <dir>.

  Examples:

    # validate ./package.json
    $ clib validate

    # validate ./repos/foo/package.json
    $ clib validate repos/foo

License

MIT