Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Netuitive/netuitive-package-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE: This project has been deprecated in place of the Metricly CLI

Package Validator

Small script for parsing and validating packages.

Use

Package Validator requires all the Netuitive packages to be cloned in the same directory so Package Validator can crawl that directory. Package Validator filters for folders which start with netuitive-packages- so it's fine with clone this project in the same folder as all the packages.

To run the report run node index.js <package-directory>.

Single Use

Package Validator can be installed globally with npm install -g git+https://git@github.com/Netuitive/netuitive-package-validator.git. Validate a package in the current directory with validate-package or run validate-package --help for additional options.