Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamicquants/config-tools
๐ง Configurations for tools used by the Dynamic Quants Team
https://github.com/dynamicquants/config-tools
eslint jest prettier tailwind tsconfig
Last synced: about 1 month ago
JSON representation
๐ง Configurations for tools used by the Dynamic Quants Team
- Host: GitHub
- URL: https://github.com/dynamicquants/config-tools
- Owner: DynamicQuants
- License: mit
- Created: 2024-11-18T21:43:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:49:41.000Z (about 1 month ago)
- Last Synced: 2024-11-28T21:29:18.707Z (about 1 month ago)
- Topics: eslint, jest, prettier, tailwind, tsconfig
- Language: TypeScript
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Quants Configurations
This repository contains the configurations for Typescript/JavaScript development tools used by the Dynamic Quants Team.
## ๐ก Motivation
The goal of this repository is to provide a set of configurations that can be used in any project. This saves us from having to copy and paste the same configurations across projects and allows us to manage them in one place ๐.
## ๐ Features
This package contains the following configurations focused on applications and libraries on top of NextJS, React, NestJS, and Node.js technologies:
- ESLint: A linting tool for JavaScript.
- Jest: A testing framework for JavaScript.
- TypeScript: A programming language for JavaScript.
- Playwright: A framework for browser automation and testing.
- Prettier: A code formatter for JavaScript.
- Tailwind: A utility-first CSS framework for rapidly building custom designs.You can visit this [Repository](https://github.com/DynamicQuants/moonrepo-templates) to see how to use the configurations in a project.
## ๐ Installation
To use the configurations in your project, you can install the package using pnpm:
```bash
pnpm install @dynamic-quants/config-tools@latest
```## ๐ Usage
The usage is very simple and straightforward. You just need to extend the configurations in your project.
### ๐ซ ESLint
Soon...
### ๐งช Jest
Soon...
### ๐ TypeScript (TSConfig)
Soon...
### ๐ฅ Playwright
Soon...
### ๐จ Prettier
Soon...
### ๐จ Tailwind
Soon...
### NextJS
Soon...