An example plugin for the rdme CLI.
npm install rdme -g
rdme plugins install @readme/rdme-plugin-template
rdme hello world-
Clone both this and the
rdmerepositories. -
In the
rdmerepository, run the following:
npm ci
bin/dev.js plugins link ../rdme-plugin-template # this is assuming both clones are in the same parent directory
bin/dev.js hello worldThis plugin setup is powered by oclif. The following links contain more information about oclif plugins: