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

https://github.com/worktile/tethys-libs

A set of foundational libs for tethys-pro.
https://github.com/worktile/tethys-libs

Last synced: 6 months ago
JSON representation

A set of foundational libs for tethys-pro.

Awesome Lists containing this project

README

          

A set of foundational libs for tethys-pro.

## Installation

```
npm i @tethys/auth @tethys/cache --save
// or
yarn add @tethys/auth @tethys/cache
```
## Development

```
yarn install // install all deps or lerna bootstrap
yarn release // bump version for release
yarn pub // publish
```