A template for creating new packages in the ComfortCSS ecosystem. It includes a pre-configured build setup using Lightning CSS, linting, formatting, and automated publishing to npm via GitHub Actions.
-
On GitHub, click the "Use this template" button when creating a new repository.
-
Clone the created repository:
git clone https://github.com/your-account/package-name.git
cd package-name- Install the dependencies:
npm install- Modify package.json:
-
name– replace@comfortcss/PACKAGE_NAMEwith your package's actual name (e.g.,@comfortcss/buttons). -
description, keywords, author – enter your details.
-
Adjust the version if necessary.
This template is distributed under the MIT license. You can use it for your projects without restrictions.