0.1.0 • Published 7 years ago

gvutils v0.1.0

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

gvutils

A node library of my utilities stuff

Installation

npm install gvutils --save

usage

var gvu = require('gvutils')

var cls = gvu.screen.cls

// clear the tty screen

cls()

test

npm test

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.

Release History

  • 0.1.0 Initial release