A command-line interface for a quick and easy way to organize your scss.
Generate an scss folder structure anywhere you want in your application. Choose which template you want to use (complete, clean, custom). Manage your file the same way in every project, and save time doing it.
To learn more about create-scss-cli, visit createscss.com
You can install the package globally or execute it right away with npx.
npm i -g create-scss-cli
After that, you'll be able to use the create-scss-cli command in your project loke so:
cs-cli
npx create-scss-cli
You will then be prompt with a series of questions to make sure the cli generate the files you want and where you want them.
scss
β
βββ abstracts
βΒ Β βββ colors
βΒ Β βββ fonts
βΒ Β βββ index
β βββ mixins
βΒ Β βββ spacing
βΒ Β βββ helper
β
βββ base
βΒ Β βββ global.scss
βΒ Β βββ shame.scss
βΒ Β βββ typography.scss
β
βββ components
βΒ Β βββ alert.scss
β βββ banner.scss
βΒ Β βββ buttons.scss
βΒ Β βββ card.scss
βΒ Β βββ forms.scss
βΒ Β βββ icons.scss
βΒ Β βββ menu.scss
βΒ Β βββ modal.scss
βΒ Β βββ progress.scss
βΒ Β βββ table.scss
β
βββ layout
βΒ Β βββ footer.scss
βΒ Β βββ grid.scss
βΒ Β βββ header.scss
βΒ Β βββ navigation.scss
βΒ Β βββ sidebar.scss
β
βββ pages
βΒ Β βββ home.scss
β
βββ themes
βΒ Β βββ dark.scss
β
βββ vendor
βΒ Β βββ normalize.scss
β
βββ main.scss
If you want to contribute to this project go to the create-scss-cli repo and open an issue βοΈ
Show your support by giving a βοΈ on Github