Skip to content

The npm init script for Stylelint

License

Notifications You must be signed in to change notification settings

stylelint/create-stylelint

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

stylelint-create

The official (in-development) npm init script for Stylelint.

Tracking issue: stylelint/stylelint#4269

Use the tool

Coming soon!

Getting started

  • npm install
  • to test locally, run node create-stylelint.mjs
  • to test with Vitest, npm test

Commits to main will be tested by GitHub Actions

License

This repository is licensed under the MIT License.

The development of this project is heavily inspired by create-astro; thank you to the Astro team!