1
Fork 0
webextension-template/README.md

29 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-09-29 09:32:48 +00:00
# WebExtension 🌱 Template
2022-03-02 12:17:15 +00:00
2022-09-29 09:32:48 +00:00
> **An opinionated WebExtension template.**
## Features
2022-03-02 12:17:15 +00:00
* Building with [Vite] and [vite-plugin-web-extension]
2022-09-29 09:32:48 +00:00
* Packaging with [git-archive] and [web-ext]
2022-03-02 12:17:15 +00:00
* [Sass] and [TypeScript] preconfigured
* [Stylelint] and [XO] code linting
* [HTM] and [Preact] frontend development
* Typed browser APIs with [webextension-polyfill]
[git-archive]: https://git-scm.com/docs/git-archive
[HTM]: https://github.com/developit/htm
[Preact]: https://preactjs.com
[Sass]: https://sass-lang.com
[Stylelint]: https://stylelint.io
[TypeScript]: https://typescriptlang.org
[Vite]: https://vitejs.dev
[vite-plugin-web-extension]: https://github.com/aklinker1/vite-plugin-web-extension
[web-ext]: https://github.com/mozilla/web-ext
[webextension-polyfill]: https://github.com/mozilla/webextension-polyfill
[XO]: https://github.com/xojs/xo
2022-09-29 09:32:48 +00:00
## License
Distributed under the [Unlicense](https://spdx.org/licenses/Unlicense.html) license, see [LICENSE](https://git.bauke.xyz/Holllo/webextension-template/src/branch/main/LICENSE) for more information.