Loading repository data…
Loading repository data…
sysL-padawan / repository
This is a boilerplate for building a Chrome extension. It includes scripts for building the extension for production and development, as well as scripts for minifying fonts and purging unused CSS.
This is a boilerplate for building a Chrome extension. It includes scripts for building the extension for production and development, as well as scripts for minifying fonts and purging unused CSS.
To get started with this boilerplate, clone the repository and install the dependencies:
git clone https://github.com/sysL-padawan/chrome-extension-boilerplate.git
cd chrome-extension-boilerplate
yarn install
This boilerplate includes the following scripts in its package.json file:
yarn build-prodBuilds the extension for production.
yarn build-devBuilds the extension for development.
yarn minify-fontsMinifies the fonts used in the extension.
yarn purge-cssRemoves all unused CSS classes from the extension.
This boilerplate is licensed under the MIT License.
Contributions are welcome! Please open an issue or pull request on the GitHub repository.