1.0.0-beta.4 • Published 8 months ago
@bonadocs/cli v1.0.0-beta.4
@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/cli
Quick Usage Guide
bonadocs --help
Generate a widget
bonadocs collections <collection> widget
# Example
bonadocs collections uniswap widget
Find 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.