Package Exports
- extra-build
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extra-build) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Common build tools for extra-* packages.
# Publish JSDoc on gh-pages branch.
$ ebuild jsdoc
# Update all documentation.
$ ebuild docs
# Update exports & generate main file, disable cleanup.
$ ebuild exports+main+exports --cleanup=false$ ebash [command1+command2+...] [options]
# jsdoc: publish JSDoc (gh-pages)
# exports: generate exports file with declarations (src/index.ts)
# main: generate main files (index.mjs, index.js, index.d.ts)
# metadata: update description, keywords (package.json)
# readme: update header, table, and links (README.md)
# example: generate example from README (example.js)
# wiki: update header, syntax, and links for pages (wiki/)
# github: update GitHub description, url, topics
# publish: publish package and subpackages (pkg, @pkg/fn...) (TODO: GitHub)
# code: same as exports+main
# docs: same as metadata+readme+example+jsdoc+wiki+github
# all: all commands above
# --cleanup: cleanup after build complete? (true)
# --org: organization name (nodef)References
- Typedoc
- TypeScript
- Rollup
- DTS Bundle Generator
- Asciinema