JSPM

extra-build

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

Common build tools for extra-* packages.

Package Exports

  • extra-build

Readme

Common build tools for extra-* packages.
📦 NPM, 😺 GitHub, 📜 Files, 📘 Wiki.

Stability: Experimental.
DOCUMENTATION BELOW TO BE UPDATED!
TOFIX: comment, string, regex scan


$ 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=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.