sass-automaker

1.0.125 • Public • Published

1. Sass Automaker

An npm package to streamline the creation and management of SCSS (Sass) files, with automatic import of SCSS files into main.scss, directory structure generation, and more.

1.1. 📦 Install Command

To install the package, use the following command:

npm install sass-automaker

1.2. 🚀 Features

Automatically create a sass folder with a main.scss file. Generate a public/css folder with a style.css file. Automatically import SCSS files from the sass folder and subfolders into main.scss. Watches for new SCSS files and updates imports automatically.

1.3. 🛠️ Quick Start

Install the package using:

npm install sass-automaker

Run the following command to start watching for changes:

npm run start

Run this command before publishing the code this command help to add prefixes to all css functions so your code will work in all browsers

npm run build:css

Add your SCSS files inside the sass folder, and the main.scss will be updated automatically.

1.4. 📝 License

This package is licensed under the MIT License. See the full license here.

1.5. 🏷️ Keywords

Sass SCSS Automaker CSS Frontend Automation

Package Sidebar

Install

npm i sass-automaker

Weekly Downloads

663

Version

1.0.125

License

ISC

Unpacked Size

11.1 kB

Total Files

7

Last publish

Collaborators

  • khuzaima-developer