@sprague-energy/sprague-test
v1.0.1
Published
a test project for org repositories
Downloads
4
Readme
Sprague Test
This is just a POC that returns a line of text.
Installation
npm install @sprague-energy/sprague-test
Usage
var st = require('@sprague-energy/sprague-test');
var x = st();
Output should be THE TEST PACKAGE WORKS!
Tests
NONE RIGHT NOW
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.