@bonadocs/cli
v1.0.0-beta.4
Published
CLI application to manage smart contract documentation
Readme
@bonadocs/cli
Bonadocs CLI lets you generate widgets for your solidity docs and interact with the protocol registry. For a GUI interface, check out our editor at bonadocs.com.
Installation
npm install -g @bonadocs/cliQuick Usage Guide
bonadocs --helpGenerate a widget
bonadocs collections <collection> widget
# Example
bonadocs collections uniswap widgetFind a protocol on the registry
bonadocs registry search -q <protocol>Open a protocol from the registry on your local device
bonadocs registry open -s <protocol>Full documentation can be found at bonadocs.com/docs.
