1.4.1 • Published 4 years ago
triton-tags v1.4.1
node-triton-tags
This package defines and provides functions for parsing and validating "Triton
tags" -- special structure triton.* tags on instances (a.k.a. containers,
VMs) in Joyent's Triton. It exists mainly to
share Triton tag processing between the core
sdc-docker and
VMAPI services in Triton.
Install
npm install triton-tagsDevelopment Hooks
Before commiting be sure to, at least:
make check # lint and style checks
make test # run unit testsA good way to do that is to install the stock pre-commit hook in your clone via:
make git-hooksAlso please run the full (longer) test suite (make test). See the next
section.
Test suite
make testLicense
MPL 2.0