@servable/tools
Version:
Servable tools is a utility that builds a protocol's manifest and documents it.
34 lines (23 loc) • 1.28 kB
Markdown
# Servable Tools
> [!WARNING]
> Servable is still experimental and its api may change in the future.

[](https://www.npmjs.org/package/@servable/tools)
[](https://npmjs.org/package/@servable/tools)
[](https://github.com/servable-core/tools/actions/tests.yml)
[](https://opensource.org/licenses/MIT)
[](https://standardjs.com)
Servable tools is a utility that builds a protocol's manifest, documents it and build scehma.
## Documentation
You can find here the complete [servable documentation](https://docs.servable.app/) with guides and api reference.
## Install
```bash
yarn add @servable/tools
```
## Quickstart
To make use of @servable/tools you need [Servable CLI](https://github.com/servable-core/cli)
```bash
npx @servable/cli
```
## License
GNU General Public License (GPL): © [servable-core](https://github.com/servable-core)