# slush-initPro

> Initial webproject boilerplate

Latest version **0.0.4** (published 2016-10-19) · GPL v3 license · 0 weekly downloads

## Install

```sh
npm install slush-initPro
pnpm add slush-initPro
yarn add slush-initPro
bun add slush-initPro
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2016-10-19 |
| First published | 2016-10-18 |
| Weekly downloads | 0 |
| License | GPL v3 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Filipe Cezar @filipeceoli |
| Maintainers | filipeceoli |
| Keywords | slushgenerator, webproject, initPro |

## Links

- npm: https://www.npmjs.com/package/slush-initPro
- npm.io page: https://npm.io/package/slush-initPro

## Dependencies (7)

- [gulp](https://npm.io/package/gulp.md) ~3.5.6
- [inquirer](https://npm.io/package/inquirer.md) ~0.4.1
- [gulp-rename](https://npm.io/package/gulp-rename.md) ~1.2.0
- [gulp-install](https://npm.io/package/gulp-install.md) ~0.1.1
- [gulp-conflict](https://npm.io/package/gulp-conflict.md) ~0.1.1
- [gulp-template](https://npm.io/package/gulp-template.md) ~0.1.1
- [underscore.string](https://npm.io/package/underscore.string.md) ~2.3.3

## Recent versions

- 0.0.4 (latest) — 2016-10-19
- 0.0.3 — 2016-10-19
- 0.0.2 — 2016-10-18
- 0.0.1 — 2016-10-18

## README

# **initPro**

### Synopsis

A slush generator for simple web project scaffolding with `browser-sync` configured to help us do live-reloading easily.

### Requirements

To use the initPro, you must have Gulp and Slush installed.

To install Gulp globally:
```
$ npm install -g gulp
```

To install Slush globally:
```
$ npm install -g slush
```

### Installation

To install initPro globally:
```
$ npm install -g slush-initPro
```

### Usage

Create a new folder for your project:
```
$ mkdir myproject
```

Run the generator from within the new folder:
```
$ slush initPro
```

### Running

To run the app, just:
```
$ gulp
```

Your development directory is the `app/` folder.

### Build

Minified files(css and images), will be in `dist/assets` folder.
To erase useless files in this folders, run:
```
$ gulp build
```

### License

GLP v3

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