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.
- Host: GitHub
- URL: https://github.com/shhdharmen/scss-7-in-1
- Owner: shhdharmen
- License: mit
- Created: 2019-11-05T09:01:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T13:48:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T06:46:36.283Z (3 months ago)
- Language: SCSS
- Homepage:
- Size: 797 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to scss-7-in-1 👋
> 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
```
### 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)_