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.
- Host: GitHub
- URL: https://github.com/worktile/tethys-libs
- Owner: worktile
- Created: 2021-05-25T03:52:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T03:51:50.000Z (over 1 year ago)
- Last Synced: 2024-09-15T10:46:59.464Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 35.5 MB
- Stars: 2
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```