0.0.18 • Published 4 years ago

extra-build.min v0.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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)
# meta:     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 meta+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
0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago