UNPKG

1.26 kBMarkdownView Raw
1# gulp-task-builder
2[![Version][version-svg]] [package-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
3
4[version-svg]: https://img.shields.io/npm/v/gulp-task-builder.svg?style=flat-square
5[package-url]: https://npmjs.org/package/gulp-task-builder
6[license-image]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
7[license-url]: LICENSE.txt
8[downloads-image]: https://img.shields.io/npm/dm/gulp-task-builder.svg?style=flat-square
9[downloads-url]: http://npm-stat.com/charts.html?package=gulp-task-builder
10
11
12##DESCRIPTION
13gulp description builder which can receive JOSN object of tasks and build tasks.
14
15## Installation
16```sh
17npm install gulp-task-builder --save
18```
19
20<!--NO_HTML-->
21
22Table of Contents
23-----------------
24**Getting Started**
25
261. [Setup](#setup)
271. [Features](#Features)
28 - [Compress](#Compress)
29 - [Concatinate](#Concatinate)
30 - [Replace](#Replace)
31 - [Rename](#Rename)
32 - [Wrapper](#Wrapper)
33
34
35<!--/NO_HTML-->
36
37Setup
38============
39Include into your project and then define tasks
40
41
42Features
43============
441. Compress
45 - HTML
46 - JS
47 - CSS
482. Concatinate
493. Replace
50 - Text
51 - HTML
524. Rename
535. Wrapper
54
55## License
56MIT