1.0.1 • Published 7 years ago

sys-configs v1.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

# sys-configs

A Node.js package that checks whether a given string is null or empty. A basic package for an npm publish tutorial.

Usage

First, install the package using npm:

npm install sys-configs --save

Then, require the package and use it like so:

var config = require('sys-configs');

config.setConnectionString(""); console.log(config.getConnectionString());

License

Apache 2.0