asciidoctor
Summary
Section titled “Summary”Installs the Asciidoctor Ruby gem and exposes the asciidoctor binary as an sbin shim, keeping the gem isolated under zinit’s data directory.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for asciidoctorOne profile: default.
Details
Section titled “Details”- Provides:
asciidoctorbinary shim atg:bin/asciidoctor. - Profile ices:
git,as"null",nocompile,lucid,gem"!asciidoctor",sbin"g:bin/asciidoctor",atpull"%atclone". - The
!prefix on the gem name in thegemice marks it as the primary gem whose bin directory is used for shim discovery. - Requires the
bin-gem-nodeannex andgem(Ruby) in PATH.
Examples
Section titled “Examples”zi pack for asciidoctorSee Also
Section titled “See Also”- pkg-any-gem — generic gem installer for other Ruby tools
- pkg-overview — how
zi packworks