Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pixelass/react-package-template

React package template with tools
https://github.com/pixelass/react-package-template

coverage library linting npm package react tdd test-driven-development testing

Last synced: 12 days ago
JSON representation

React package template with tools

Awesome Lists containing this project

README

        

# React package template

This is a template for npm packages with react

![Codacy coverage](https://img.shields.io/codacy/coverage/a22d58431d614c798ac08fd5414b419e?style=for-the-badge)
![Codacy grade](https://img.shields.io/codacy/grade/a22d58431d614c798ac08fd5414b419e?style=for-the-badge)

## Table of Contents

- [Tools](#tools)
- [Configure Codacy](#configure-codacy)

## Tools

- [Jest](https://jestjs.io)
- [Testing Library](https://testing-library.com/)
- [SWC](https://swc.rs/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Codacy](https://www.codacy.com/)
- [Commitlint](https://commitlint.js.org/)
- [Yarn](https://yarnpkg.com/)

## Configure Codacy

Create a project on [Codacy](https://www.codacy.com/) and add the `CODACY_PROJECT_TOKEN` to your
GitHub secrets.

Add your projectId to the badges in this file

```md
![Codacy coverage](https://img.shields.io/codacy/coverage/?style=for-the-badge)
![Codacy grade](https://img.shields.io/codacy/grade/?style=for-the-badge)
```