An open API service indexing awesome lists of open source software.

https://github.com/servable-community/servable-publishable-shared

Publishable Servable protocol shared js library.
https://github.com/servable-community/servable-publishable-shared

Last synced: about 2 months ago
JSON representation

Publishable Servable protocol shared js library.

Awesome Lists containing this project

README

        

# Publishable Protocol Shared JS Package

![logo](/static/img/polar-bear-4.png)

[![npm Package](https://img.shields.io/npm/v/servable-publishable-shared.svg?style=flat-square)](https://www.npmjs.org/package/servable-publishable-shared)
[![NPM Downloads](https://img.shields.io/npm/dm/servable-publishable-shared.svg)](https://npmjs.org/package/servable-publishable-shared)
[![Build Status](https://github.com/yelounak/servable-publishable-shared/actions/workflows/release.yml/badge.svg)](https://github.com/yelounak/servable-publishable-shared/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)

Shared js package for [servable-publishable](https://github.com/yelounak/servable-publishable)

## Install
```bash
yarn add servable-publishable-shared
```

## Servable Documentation
You can find here the complete [servable documentation](https://docs.servable.app/) with guides and api reference.

## License

MIT © [yelounak](https://github.com/yelounak)