create-sass-app

Create a sass application with 7-1 architecture system


Keywords
sass, scss
License
MIT
Install
npm install create-sass-app@1.3.3

Documentation

Project Title - Create SASS APP


Ever wanted to code up a frontend project with SASS & SCSS and you are stuck with building the acclaimed 7-1 architecture, then you don't need to get stressed about that again, we have abstracted the whole process for you. Get started with using SASS and SCSS on your project easily.

List of features

  • 7-1 Architecture System
  • All partials files automatically created
  • No need creating any File or Folder
  • Just Start Building

Installation & Usage

$ npm i create-sass-app

Create a javascript file (test.js) and copy code below

const createSass = require('create-sass-app')
createSass()

Thats All, run the javascript file in the terminal for the magic

$ node test.js 

Contributing

Contribution is highly welcomed
  • Fork the code to your repository
  • Make Changes and Send PR

Authors or Acknowledgments

License

This project is licensed under the MIT License