https://github.com/dev-protocol/util-ts
https://github.com/dev-protocol/util-ts
typescript
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-protocol/util-ts
- Owner: dev-protocol
- License: mpl-2.0
- Created: 2020-11-19T04:39:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T16:00:27.000Z (8 months ago)
- Last Synced: 2025-06-25T17:19:47.534Z (8 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-repos-ts
utility functions repository for 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
```