ag-schema
v0.0.13
Published
Artifact Graph Schema
Downloads
5
Readme
Artifact Graph Schema
Description
This project builds the schema for the artifact graph database and makes it a portable package.
Instructions
From the command Line, run the following commands:
rm -rf node_modules/*
npm install
grunt default
grunt report
Outlined Steps
- Remove old npm / node libraries
- refresh the node libraries, install fresh and new
- run the default report (console) for tests
- run the output report (tap) for tests on Jenkins CI