1.0.1 • Published 7 years ago

@sprague-energy/sprague-test v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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.