Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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