Skip to content

ComfortCSS/package-template

Repository files navigation

ComfortCSS Package Template

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.


Quick Start

  1. On GitHub, click the "Use this template" button when creating a new repository.

  2. Clone the created repository:

git clone https://github.com/your-account/package-name.git
cd package-name
  1. Install the dependencies:
npm install
  1. Modify package.json:
  • name – replace @comfortcss/PACKAGE_NAME with your package's actual name (e.g., @comfortcss/buttons).

  • description, keywords, author – enter your details.

  • Adjust the version if necessary.

License

This template is distributed under the MIT license. You can use it for your projects without restrictions.

About

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.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages