Package Exports
- extra-build
Readme
Common build tools for extra-* packages.
📦 NPM,
📜 Files,
📰 Docs.
Stability: Experimental.
DOCUMENTATION BELOW TO BE UPDATED!
$ ebuild [commands] [options]
# Commands, Options in Index# Publish JSDoc on gh-pages branch.
$ ebuild jsdoc
# Update all documentation.
$ ebuild docs
# Update export & generate main file, disable cleanup.
$ ebuild export+main --cleanup=falseIndex
| Property | Description |
|---|---|
| jsdoc | Publish JSDoc on gh-pages branch. |
| export | Generate export file with declarations. |
| main | Generate main javascript file. |
| meta | Update description, keywords in package.json. |
| readme | Update header, index, and links in README. |
| example | Generate example.js from README. |
| wiki | Update Wiki from code. |
| github | Update GitHub repo description, url, topics. |
| publish | Publish package to NPM, GitHub. |
| code | Same as 'export+main'. |
| docs | Same as 'meta+readme+example+jsdoc+wiki+github'. |
| all | All commands above. |
