Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinpollet/pika-pack-plugin-template

⚡ Repository template to create a @pika/pack build plugin
https://github.com/kevinpollet/pika-pack-plugin-template

build-tool npm pack pika plugin template

Last synced: 4 months ago
JSON representation

⚡ Repository template to create a @pika/pack build plugin

Awesome Lists containing this project

README

        

# pika-pack-plugin-template

[![Use this template](https://img.shields.io/badge/⚡%20🐹%20Use%20this%20template-blue?style=flat)](https://github.com/kevinpollet/pika-pack-plugin-template/generate)
[![Build Status](https://github.com/kevinpollet/pika-pack-plugin-template/workflows/build/badge.svg)](https://github.com/kevinpollet/pika-pack-plugin-template/actions)
[![License](https://img.shields.io/github/license/kevinpollet/pika-pack-plugin-template.svg?color=blue)](./LICENSE.md)

Repository template to create a [@pika/pack](https://github.com/pikapkg/pack) build plugin.

## Features

- Strict TypeScript type checking
- Testing with [Jest](https://jestjs.io/)
- Reinvented build pipeline with [@pika/pack](https://github.com/pikapkg/pack)
- Code formatting with [Prettier](https://prettier.io/)
- Code linting with [ESLint](https://eslint.org/)

## Contributing

Contributions are welcome!

Want to file a bug, request a feature or contribute some code?

- Check out the [Code of Conduct](./CODE_OF_CONDUCT.md)
- Check that there is no existing [issue](https://github.com/kevinpollet/pika-pack-plugin-template) corresponding to your bug or feature
- Before implementing a new feature, discuss your changes in an issue first!

## License

[MIT](./LICENSE.md) © kevinpollet