JSPM

extra-build

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 342
  • Score
    100M100P100Q98147F
  • License MIT

Common build tools for extra-* packages.

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=false


Index

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.