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: about 1 month ago
JSON representation
React package template with tools
- Host: GitHub
- URL: https://github.com/pixelass/react-package-template
- Owner: pixelass
- License: mit
- Created: 2022-09-21T07:11:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T12:03:49.000Z (over 2 years ago)
- Last Synced: 2025-02-28T22:17:27.531Z (2 months ago)
- Topics: coverage, library, linting, npm, package, react, tdd, test-driven-development, testing
- Language: TypeScript
- Homepage:
- Size: 857 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React package template
This is a template for npm packages with react

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


```