UNPKG

@servable/tools

Version:

Servable tools is a utility that builds a protocol's manifest and documents it.

34 lines (23 loc) 1.28 kB
# Servable Tools > [!WARNING] > Servable is still experimental and its api may change in the future. ![logo](/static/img/polar-bear-4.png) [![npm Package](https://img.shields.io/npm/v/@servable/tools.svg?style=flat-square)](https://www.npmjs.org/package/@servable/tools) [![NPM Downloads](https://img.shields.io/npm/dm/@servable/tools.svg)](https://npmjs.org/package/@servable/tools) [![Build Status](https://github.com/servable-core/tools/actions/workflows/release.yml/badge.svg)](https://github.com/servable-core/tools/actions/tests.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)