gonzal-xplat
Provides utility items to assist in cross-platform (xplat) programming.
Installation
npm install gonzal-stuff --save
Usage
const path = require;const xplat = require;const configPath = path.join;
Documentation
To create the JSDoc documentation in the docs folder:
npm run gen:docs
To view the documentation:
npm run view:docs
or open out/index.js
in a web browser.
Tests
npm test
Changes
See the CHANGELOG.md file.