apidoc-lite
this zero-dependency package will auto-generate documentation for your npm-package with zero-config
documentation
apidoc
todo
- none
change since dfed6414
- npm publish 2017.3.9
- add ability to create markdown documentation
- auto-document dir ./lib/
- increase auto-coverage of examples
- none
this package requires
- darwin or linux os
git-branch : | master | beta | alpha |
---|---|---|---|
test-report : | |||
coverage : | |||
build-artifacts : | ![]() |
![]() |
![]() |
master branch
- stable branch
- HEAD should be tagged, npm-published package
beta branch
- semi-stable branch
- HEAD should be latest, npm-published package
alpha branch
- unstable branch
- HEAD is arbitrary
- commit history may be rewritten
quickstart shell example
to run this example, follow the instruction in the script below
# example.sh # this shell script will auto-generate documentation for the mysql npm-package with zero-config # instruction # 1. copy and paste this entire shell script into a console and press enter # 2. open /tmp/apidoc.html to view the auto-generated documentation shExampleSh
output from browser
output from shell
package.json
changelog of last 50 commits
internal build-script
- build_ci.sh
# build_ci.sh # this shell script will run the build for this package # init env eval $(utility2 source) && shBuildCi
misc
- this package was created with utility2