worldopennetworkjs-util
v5.2.1
Published
a collection of utility functions for worldopennetwork
Downloads
1
Readme
A collection of utility functions for worldopennetwork. It can be used in node.js or can be in the browser with browserify.
API
Most of the string manipulation methods are provided by worldopennetworkjs-util
"scripts": { "coverage": "npm run build:dist && istanbul cover _mocha", "coveralls": "npm run coverage && coveralls <coverage/lcov.info", "lint": "standard", "prepublishOnly": "npm run lint && npm run build:dist && npm run test", "test": "npm run test:node && npm run test:browser", "test:browser": "npm run build:dist && karma start karma.conf.js", "test:node": "npm run build:dist && istanbul test mocha -- --reporter spec", "build:dist": "babel ./index.js --source-root ./ -d ./dist", "build:docs": "documentation build ./index.js --github --sort-order='alpha' -f md > ./docs/index.md" }
LICENSE
MPL-2.0