An open API service indexing awesome lists of open source software.

https://github.com/shhdharmen/scss-7-in-1

Generate SASS 7 in 1 architecture (https://sass-guidelin.es/#the-7-1-pattern) quickly in your current directory.
https://github.com/shhdharmen/scss-7-in-1

Last synced: 2 months ago
JSON representation

Generate SASS 7 in 1 architecture (https://sass-guidelin.es/#the-7-1-pattern) quickly in your current directory.

Awesome Lists containing this project

README

        

Welcome to scss-7-in-1 👋




npm version


GitHub License


Twitter: shhdharmen

> Generates [SASS - 7 in 1 architecture](https://sass-guidelin.es/#the-7-1-pattern) quickly in your current directory.

## Prerequisites

- node >=8.0.0

## Usage

```sh
npx scss-7-in-1
```

![usage](./main.gif)

### Options

| Option | Character | Usage | Description |
| ------- | --------- | ----------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| version | v | `npx scss-7-in-1 -v`, `npx scss-7-in-1 --version` | Outputs versions |
| help | h | `npx scss-7-in-1 -h`, `npx scss-7-in-1 --help` | Outputs help |
| dir | d | `npx scss-7-in-1 -d styles`, `npx scss-7-in-1 --dir=styles` | Directory name in which architecture will be created.
*Default Value: `styles`* |
| write | w | `npx scss-7-in-1 -w`, `npx scss-7-in-1 --write` | Overwrite contents, if folder exists. |

## Author

👤 **Dharmen Shah**

* Website: shhdharmen.github.io
* Twitter: [@shhdharmen](https://twitter.com/shhdharmen)
* Github: [@shhdharmen](https://github.com/shhdharmen)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_