https://www.npmjs.com/package/@crxjs/vite-plugin
CRXJS brings the Vite developer experience to Chrome Extensions:
True HMR for extension pages and content scripts Simple config - everything is in the extension manifest Static asset imports with automatic web-accessible resources
https://www.npmjs.com/package/unplugin-fonts
This plugin goes beyond just generating font-face rules - it also takes care of link preload and prefetch, optimizing font loading for a faster and more efficient user experience.
With Unfonts, you no longer have to manually manage font files and font-face rules, or worry about slow loading times. Our package does all the heavy lifting for you, so you can focus on creating amazing content with ease.
The changesets workflow is designed to help when people are making changes, all the way through to publishing. It lets contributors declare how their changes should be released, then we automate updating package versions, and changelogs, and publishing new versions of packages based on the provided information.
Changesets has a focus on solving these problems for multi-package repositories, and keeps packages that rely on each other within the multi-package repository up-to-date, as well as making it easy to make changes to groups of packages.
This action for Changesets creates a pull request with all of the package versions updated and changelogs updated and when there are new changesets on your configured baseBranch, the PR will be updated. When you're ready, you can merge the pull request and you can either publish the packages to npm manually or setup the action to do it for you.
https://www.conventionalcommits.org/en/v1.0.0/
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.
fix
patches a bug in your codebase (this correlates with PATCH
in Semantic Versioning).feat
introduces a new feature to the codebase (this correlates with MINOR
in Semantic Versioning).BREAKING CHANGE:
, or appends a !
after the type/scope, introduces a breaking API change (correlating with MAJOR
in Semantic Versioning).
A BREAKING CHANGE can be part of commits of any type.fix:
and feat:
are allowed, for example @commitlint/config-conventional (based on the Angular convention) recommends build:
, chore:
,
ci:
, docs:
, style:
, refactor:
, perf:
, test:
, and others.BREAKING CHANGE: <description>
may be provided and follow a convention similar to
git trailer format.https://www.npmjs.com/package/chrome-webstore-upload-cli
A CLI wrapper around the Web Store Upload module, which is
A small node.js module to upload/publish extensions to the Chrome Web Store.
https://www.npmjs.com/package/web-ext
This is a command line tool to help build, run, and test WebExtensions.
Ultimately, it aims to support browser extensions in a standard, portable, cross-platform way. Initially, it will provide a streamlined experience for developing Firefox Extensions.