0.0.1 • Published 7 years ago

gdf-scrubber v0.0.1

Weekly downloads
4
License
UNLICENSED
Repository
gitlab
Last release
7 years ago

GDF scrubber

Developer Setup - (local NPM packages)

This is to package gdf-scrubber as a node-module, and share with other projects

// to create gdf-scrubber npm package
$> npm install
$> npm pack
gdf-scrubber-x.y.z.tgz

// to install the npm package
$> copy gdf-scrubber-x.y.z.tgz {yourproject}/.
$> cd {yourproject}
$> npm install gdf-scrubber-x.y.z.tgz --save

// to use scrub functions
const scrubber = require('gdf-scrubber');

let str = "12345678";
scrubber.applyRouteCipher(str);

History

0.0.1 - initial version