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

https://github.com/dev-protocol/clubs-kyc


https://github.com/dev-protocol/clubs-kyc

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# template-repos-ts

Template repository for using TypeScript

# Stack

- npm client is [yarn](https://github.com/yarnpkg/yarn)
- Testing is [ava](https://github.com/avajs/ava)
- Linting is [eslint](https://github.com/eslint/eslint)
- Basic lint rule set is [eslint-plugin-functional](https://github.com/jonaskello/eslint-plugin-functional)
- Formatter is [prettier](https://github.com/prettier/prettier)
- Pre-install utility is [ramda](https://github.com/ramda/ramda)

# Usage

Create a repository using this template; just runs following command.

```bash
yarn
```

## Setup the Redis Schema

Run `npm run createRedisSchema`.