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
- Host: GitHub
- URL: https://github.com/dev-protocol/khaos-core
- Owner: dev-protocol
- License: mpl-2.0
- Created: 2020-12-16T03:29:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T18:34:57.000Z (7 months ago)
- Last Synced: 2025-07-07T22:11:10.652Z (7 months ago)
- Topics: khaos
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```