# gulp-ready-to-start

> This package allows you to quickly set up a folder to work with

Latest version **4.0.1** (published 2019-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-ready-to-start
pnpm add gulp-ready-to-start
yarn add gulp-ready-to-start
bun add gulp-ready-to-start
```

## 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 | 4.0.1 |
| Published | 2019-09-30 |
| First published | 2019-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 18 |
| Unpacked size | 8.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | JudgementHC |
| Maintainers | judgement |

## Links

- npm: https://www.npmjs.com/package/gulp-ready-to-start
- npm.io page: https://npm.io/package/gulp-ready-to-start

## Dependencies (18)

- [gulp](https://npm.io/package/gulp.md) ^4.0.2
- [gulp-pug](https://npm.io/package/gulp-pug.md) ^4.0.1
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^4.0.2
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [gulp-wait](https://npm.io/package/gulp-wait.md) ^0.0.2
- [gulp-clean](https://npm.io/package/gulp-clean.md) ^0.4.0
- [smart-grid](https://npm.io/package/smart-grid.md) ^2.1.2
- [gulp-notify](https://npm.io/package/gulp-notify.md) ^3.2.0
- [browser-sync](https://npm.io/package/browser-sync.md) ^2.26.7
- [gulp-confirm](https://npm.io/package/gulp-confirm.md) ^1.0.8
- [gulp-plumber](https://npm.io/package/gulp-plumber.md) ^1.2.1
- [gulp-imagemin](https://npm.io/package/gulp-imagemin.md) ^6.1.0
- [gulp-clean-css](https://npm.io/package/gulp-clean-css.md) ^4.2.0
- [gulp-sass-glob](https://npm.io/package/gulp-sass-glob.md) ^1.1.0
- [gulp-concat-css](https://npm.io/package/gulp-concat-css.md) ^3.1.0
- [gulp-sourcemaps](https://npm.io/package/gulp-sourcemaps.md) ^2.6.5
- [gulp-autoprefixer](https://npm.io/package/gulp-autoprefixer.md) ^6.1.0
- [node-normalize-scss](https://npm.io/package/node-normalize-scss.md) ^8.0.1

## Recent versions

- 4.0.1 (latest) — 2019-09-30
- 4.0.0 — 2019-09-27
- 3.6.0 — 2019-07-09
- 3.5.1 — 2019-06-28
- 3.4.0 — 2019-06-25
- 3.3.0 — 2019-06-24
- 3.2.0 — 2019-06-24
- 3.1.3 — 2019-06-22
- 3.1.2 — 2019-06-22
- 3.1.1 — 2019-06-06
- 3.1.0 — 2019-06-06
- 3.0.0 — 2019-06-06
- 2.0.1 — 2019-06-04
- 2.0.0 — 2019-06-04
- 1.7.2 — 2019-06-03
- … 7 more at https://npm.io/package/gulp-ready-to-start/versions

## README

# gulp-ready-to-start

### Instruction 
1. Download the file $ `npm i gulp-ready-to-start`
2. Move all files from */node_modules/gulp-ready-to-start/* to your working directory
3. Write on the command line $ `npm install`
4. After that $ `gulp grid` to generate smartgrid.sass in sass folder
5. Awesome

#### v.4.0.0
Fully updated package

Fixed bugs

Imagemin packages have been removed

Now you do not have to remember to do "import" in your main "sass" file, just write `@import yourpath/**/* .sass`, but do not forget about `@import normalize`

Added Pug
Added sourcemaps

A new function passToBuild in gulpfile
With $ `gulp passToBuild` you can send all your main files such as js,css,html,img in the 'dist' folder

The command $ `gulp direct` now creates dist and app folders in your project

#### v.3.6.0
Gulp-ftp has been deleted  

Gulp-imagemin has been modified

#### v.3.4.0
Gulp-image has been optimized  

Now faster and better!  

Added additional plugins:
1. gulp-cache
2. imagemin-pngquant
3. imagemin-zopfli
4. imagemin-mozjpeg
5. imagemin-giflossy

#### v.3.4.0
New functionality and js file "smartgrid.js"  

When you change breakpoints in "smartgrid.js" page will dynamically reload and rebuild your "main.css"


#### v.3.3.0
The package now includes a *smart-grid*  

To configure it in the file *gulpfile.js* you need to change the *container*

#### v.3.2.0
Normalize.scss added to project  

To make normalize work, add the line **@import "normalize"** to your main sass file

#### v.3.1.2
1. In this version, the 'clean' function was returned, but in a different wrapper.
~~Previously, the function removed EVERYTHING in the app directive~~, but now it has exception files: 
*.git .venv .json .gitignore*
2. Just in case, the command line will ask about deleting the folder.
Press the letter *'y'* on your keyboard


#### v.3.0.1
In new version of gulp-ready-to-start has added *'gulp-wait'*  for delay  *'sass'*  actions


#### v.2.0.1
The package includes the most basic sets for comfortable work, such as:
1. browser-sync,
2. gulp,
3. gulp-autoprefixer,
4. gulp-clean,
5. gulp-clean-css,
6. gulp-concat-css,
7. gulp-confirm,
8. gulp-ftp,
9. gulp-imagemin,
10. gulp-sass,
11. gulp-util,
12. gulp-wait


#### v.1
This package was invented to make your life easier

---
_Source: https://npm.io/package/gulp-ready-to-start · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
