Skip to content

Commit

Permalink
docs(module): added reference to publishable package
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Sep 28, 2023
1 parent 9b83d26 commit 0769b8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Publishable server (Servable protocol)
# Publishable Protocol Shared JS Package

![logo](/static/img/grasshopper.png)
![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
Expand Down
14 changes: 14 additions & 0 deletions servable-publishable-shared.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.background": "#0F332B",
"titleBar.activeBackground": "#15483C",
"titleBar.activeForeground": "#F5FCFB"
}
}
}

0 comments on commit 0769b8b

Please sign in to comment.