https://github.com/tendermint/belt
A utility belt for TypeScript + JavaScript.
https://github.com/tendermint/belt
Last synced: 8 months ago
JSON representation
A utility belt for TypeScript + JavaScript.
- Host: GitHub
- URL: https://github.com/tendermint/belt
- Owner: tendermint
- License: apache-2.0
- Created: 2019-11-15T20:31:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T23:51:47.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T04:22:08.052Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cosmos.github.io/belt/
- Size: 520 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. 🎁