8000 GitHub - worktile/tethys-libs: A set of foundational libs for tethys-pro.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

worktile/tethys-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
0