Skip to content

stylelint/create-stylelint

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!