zsh-asciidoctor
v2.0.11
Published
A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
Downloads
6
Maintainers
Readme
asciidoctor/asciidoctor as a Zsh package
NPM link: https://www.npmjs.com/package/zsh-asciidoctor
Homepage link: asciidoctor/asciidoctor
| Package source: | Tarball | Git | Node | Gem | |:-------------------:|:-------:|:---:|:----:|:---:| | Status: | - | - | - | + (default) |
Zplugin can use the NPM package registry to automatically:
- get the plugin's Git repository OR release-package URL,
- get the list of the recommended ices for the plugin,
- there can be multiple lists of ices,
- the ice lists are stored in profiles; there's at least one profile, default,
- the ices can be selectively overriden.
Example invocations that'll install asciidoctor/asciidoctor by using the bin-gem-node annex:
# Download the Gem of asciidoctor locally into the plugin directory
# Using the `@' prefix because of collision with the as'' ice
zplugin pack for @asciidoctor
Default Profile
Provides the CLI command asciidoctor
.
The Gem is installed locally into a null-plugin directory (feature of the
bin-gem-node annex) and provided to the command line through shims, i.e.:
automatic forwarder scripts created under $ZPFX/bin
(which is added to the
$PATH
by default; shims are also a bin-gem-node annex feature).
The Zplugin command executed will be equivalent to:
zplugin lucid as=null node="!asciidoctor" sbin="g:bin/asciidoctor" for \
zdharma/null