@tendermint/belt
Version:
A utility belt for TypeScript + JavaScript
44 lines (28 loc) • 676 B
Markdown
# Belt
A utility belt for TypeScript + JavaScript, supported in Node.js and browsers.
@TODO: readme
### Documentation
**https://cosmos.github.io/belt/**
### Install
Please note that the NPM package name is `@tendermint/belt` rather than `@cosmos/belt`.
#### Yarn
```shell
yarn add @tendermint/belt
```
#### NPM
```shell
npm install --save @tendermint/belt
```
### Usage
@TODO: readme
### Building
```shell
git clone https://github.com/cosmos/belt.git
cd belt
yarn install
yarn setup
yarn test
```
### Contributing
Belt is very new! Questions, feedback, use cases, issues, and code are all very, very welcome.
Thank you for helping us help you help us all. 🎁