Distribution
This utility is primarily distributed as an npm
package (simply npm
install
and use it in your Node.js
development environment).
As with any npm package, individual aspects of the install can be obtained through unpkg.com: https://unpkg.com/feature-u/
The following executable bindings are available (it's your choice):
Module
Directory What Bindings Notes
========= ==== ======== ======================================
src/ ES6 ES the master source
dist/ ES5 CommonJS a UMD bundle: feature-u[.min].js
lib/ ES5 CommonJS transpiled from src/
es/ ES5 ES transpiled from src/
Documentation
This documentation was produced by integrating two technologies: GitBook (for the Guide), and JSDoc (for the API), documented here: Integrating GitBook with JSDoc to Document Your Open Source Project.
feature-u maintains version-specific documentation for all of it's releases (see: Revision History) ... ex: https://feature-u.js.org/0.1.0/. This allows you to match the correct documentation to the specific version you are using. For your convenience the base https://feature-u.js.org/ will always reference the most current release.