Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oliverjash/grunt-alternative-logger

Alternative logging style for Grunt
https://github.com/oliverjash/grunt-alternative-logger

Last synced: 25 days ago
JSON representation

Alternative logging style for Grunt

Awesome Lists containing this project

README

        

# grunt-alternative-logger

## Installation
```
# Purposely not registered in NPM
$ npm install [email protected]:OliverJAsh/grunt-alternative-logger.git
```

## Usage
Simply require inside your Gruntfile:

``` js
module.exports = function (grunt) {
require('grunt-alternative-logger')(grunt)
}
```