gdf-scrubber

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gdf-scrubber

Weekly Downloads

2

Version

0.0.1

License

UNLICENSED

Last publish

Collaborators

  • sunnyhay