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

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.

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. 🎁