Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pixelass/react-package-template
- Owner: pixelass
- License: mit
- Created: 2022-09-21T07:11:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T12:03:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T18:59:25.302Z (28 days 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
![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)
```