4.0.0 • Published 8 years ago

fear-core-aut v4.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

This repo contains all core gulp aut tasks which can be configured and used in any FEAR projects alltogether or individually.

The tasks in this repo are provided in a factory function format for developer convenience, so you can use the functionality but can give any name to the task you create and configure it as much as the Core Task API makes it possible (see examples below).

Installation

To use any of the provided Core gulp tasks, please install the module first:

$ npm install --save-dev fear-core-aut

then to use:

require('fear-core-aut');

or use the fear-core installer module here

###Further reading