Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliverjash/grunt-alternative-logger
- Owner: OliverJAsh
- Created: 2013-04-24T20:31:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T20:36:40.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:43:57.043Z (7 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)
}
```