JSPM

extra-build

1.3.30
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 360
  • Score
    100M100P100Q95838F
  • License MIT

Common build tools for extra-* packages.

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.
📦 NPM, 😺 GitHub, 📜 Files, 📘 Wiki.

Stability: Experimental.


$ ebuild [commands] [options]
# Commands, Options in Index
# 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


Index

Name Action
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.