Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevinpollet/pika-pack-plugin-template
- Owner: kevinpollet
- License: mit
- Created: 2019-10-13T11:34:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T01:17:16.000Z (over 3 years ago)
- Last Synced: 2023-03-11T09:27:53.353Z (almost 2 years ago)
- Topics: build-tool, npm, pack, pika, plugin, template
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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