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

https://github.com/permafrost-dev/react-component-library-skeleton

A template for creating React component libraries using Typescript, Prettier, ESLint, Biome, Vite, and Jest.
https://github.com/permafrost-dev/react-component-library-skeleton

Last synced: over 1 year ago
JSON representation

A template for creating React component libraries using Typescript, Prettier, ESLint, Biome, Vite, and Jest.

Awesome Lists containing this project

README

          

# React Component Library Template

---

## About

This is a template for creating a React component library using Typescript, Prettier, ESLint, Biome, Vite, and Jest.

It comes with a pre-configured CI/CD pipeline for Github Actions, and a node script to compile the typescript type definitions into a single file for distribution.

## Configuration

```bash
node configure.cjs
```

## Testing

`package-skeleton` uses Jest for unit tests. To run the test; suite:

```bash
npm run test
```

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Patrick Organ](https://github.com/permafrost-dev)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.