https://github.com/oliverjash/grunt-alternative-logger
Alternative logging style for Grunt
https://github.com/oliverjash/grunt-alternative-logger
Last synced: 3 months ago
JSON representation
Alternative logging style for Grunt
- Host: GitHub
- URL: https://github.com/oliverjash/grunt-alternative-logger
- Owner: OliverJAsh
- Created: 2013-04-24T20:31:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T20:36:40.000Z (about 12 years ago)
- Last Synced: 2025-01-16T22:12:40.973Z (5 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
}
```