# generator-sass-webapp

> Basic front-end sass templates

Latest version **1.1.7** (published 2022-02-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install generator-sass-webapp
pnpm add generator-sass-webapp
yarn add generator-sass-webapp
bun add generator-sass-webapp
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.7 |
| Published | 2022-02-07 |
| First published | 2022-01-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 376.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | aanacif |
| Maintainers | aanacif |
| Keywords | yeoman-generator |

## Links

- npm: https://www.npmjs.com/package/generator-sass-webapp
- Repository: https://github.com/aanacif/generator-sass-webapp
- Homepage: https://github.com/aanacif/generator-sass-webapp#readme
- Issues: https://github.com/aanacif/generator-sass-webapp/issues
- npm.io page: https://npm.io/package/generator-sass-webapp

## Dependencies (1)

- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^5.6.1

## Recent versions

- 1.1.7 (latest) — 2022-02-07
- 1.1.6 — 2022-01-27
- 1.1.5 — 2022-01-27
- 1.1.4 — 2022-01-27
- 1.1.3 — 2022-01-27
- 1.1.2 — 2022-01-27
- 1.0.0 — 2022-01-25

## README

# Gulp Sass Front-end boilerplate

## Installation instructions

In order to have this workflow running you need to have [Yeoman generator](https://yeoman.io/) ecosystem globally installed:

```bash
npm install -g yo
```

As well as the gulp-cli:

```bash
npm install -g gulp-cli
```

And finally the sass-webapp generator itself:

```bash
npm install -g generator-sass-webapp
```

## Usage

When/if you already have those installed, create a new project folder and while inside it type:

```bash
yo sass-webapp
```

That's it! To have Gulp running head to the project folder command line and type: `gulp`

### Notes

Images that you place on the app/images folder will be automatically converted to .webp format under the dist/images folder, so you might want to refer to those in your code.

### Links

- Github Repository: [https://github.com/aanacif/generator-sass-webapp](https://github.com/aanacif/generator-sass-webapp)

---
_Source: https://npm.io/package/generator-sass-webapp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
