Documentation for your shell scripts!
- Authors: https://gitlab.com/shellm/doc/AUTHORS.md
- Changelog: https://gitlab.com/shellm/doc/CHANGELOG.md
- Contributing: https://gitlab.com/shellm/doc/CONTRIBUTING.md
- Documentation: https://gitlab.com/shellm/doc/wiki
- License: ISC - https://gitlab.com/shellm/doc/LICENSE
Installation with basher:
basher install shellm/doc
Installation from source:
git clone https://gitlab.com/shellm/doc
cd doc
sudo ./install.sh
Command-line:
doc -h
As a library:
# with basher's include
include shellm/doc lib/doc.sh
# with shellm's include
shellm-include shellm/doc lib/doc.sh