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: 6 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T01:17:16.000Z (about 4 years ago)
- Last Synced: 2025-03-25T03:51:16.091Z (7 months ago)
- Topics: build-tool, npm, pack, pika, plugin, template
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 7
- Watchers: 1
- 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
[](https://github.com/kevinpollet/pika-pack-plugin-template/generate)
[](https://github.com/kevinpollet/pika-pack-plugin-template/actions)
[](./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