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

https://github.com/dev-protocol/khaos-core

🌌Core library for Khaos
https://github.com/dev-protocol/khaos-core

khaos

Last synced: 7 months ago
JSON representation

🌌Core library for Khaos

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
```