https://github.com/dentednerd/sassitup
A Node app to automatically create a new HTML project with Sass and Gulp.
https://github.com/dentednerd/sassitup
Last synced: 12 months ago
JSON representation
A Node app to automatically create a new HTML project with Sass and Gulp.
- Host: GitHub
- URL: https://github.com/dentednerd/sassitup
- Owner: dentednerd
- Created: 2021-03-19T17:14:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T17:25:56.000Z (over 5 years ago)
- Last Synced: 2025-03-31T21:27:06.498Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SassItUp
A Node app to automatically create a new web project with Sass and Gulp.
## Installation
```sh
git clone https://github.com/dentednerd/sassitup.git
cd ./sassitup
npm install
npm link
```
## Usage
```sh
sassitup
```
## Todo
- expand to create the full [Sass boilerplate](https://github.com/KittyGiraudel/sass-boilerplate)