# potions

> Minimal Gulp wrapper.

Latest version **0.2.1** (published 2017-03-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install potions
pnpm add potions
yarn add potions
bun add potions
```

## 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.2.1 |
| Published | 2017-03-10 |
| First published | 2017-03-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >4.8.0 |
| Dependencies | 9 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | johnrivs |
| Keywords | potions, gulp, wrapper, laravel-elixir |

## Links

- npm: https://www.npmjs.com/package/potions
- Repository: https://github.com/johnRivs/potions
- Issues: https://github.com/johnRivs/potions/issues
- npm.io page: https://npm.io/package/potions

## Dependencies (9)

- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [colors](https://npm.io/package/colors.md) ^1.1.2
- [gulp-csso](https://npm.io/package/gulp-csso.md) ^2.0.0
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^3.1.0
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [gulp-concat](https://npm.io/package/gulp-concat.md) ^2.6.1
- [gulp-rename](https://npm.io/package/gulp-rename.md) ^1.2.2
- [gulp-sourcemaps](https://npm.io/package/gulp-sourcemaps.md) ^2.4.1
- [gulp-autoprefixer](https://npm.io/package/gulp-autoprefixer.md) ^3.1.1

## Recent versions

- 0.2.1 (latest) — 2017-03-10
- 0.2.0 — 2017-03-10
- 0.1.1 — 2017-03-09
- 0.1.0 — 2017-03-09
- 0.0.1 — 2017-03-09

## README

# Potions (still under development)
Minimal Gulp wrapper. 

#### How to use
1. Install [Gulp](http://gulpjs.com/).
2. `npm install potions --save-dev`.
3. Create a `gulpfile.js` file, `require('potions')` and define your tasks.
4. Run `gulp` in the terminal.

Here's a sample config:
```js
var potions = require('potions');

potions(mix => {
    mix.js(['app.js'], 'app.js') // ES2015 transpiling and CommonJS/ES2015 module bundling
       .sass(['app.scss'], 'app.css') // Autoprefix and compile Sass
       .styles(['vendor/library-a.css','vendor/library-b.css'], 'vendor.css'); // Concatenate and autoprefix CSS files
});
```

#### Progress
- ~~CSS~~
- ~~Sass~~
- Javascript
- File versioning
- ~~Bublé~~
- ~~Rollup~~
- Vue.js
- SVG
- Browsersync

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