Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 721 Bytes

@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.