Skip to content

iammerrick/grunt-compliment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compliment

grunt-compliment is a grunt task that dishes out a compliment whenever you need it. This is a reference project for an article I wrote called Grunt.js Workflow.

Installation

npm install grunt-compliment -D

Setup

grunt.initConfig({
  compliment: [
    'You are the greatest!',
    'Please, don\'t ever leave. You give me purpose.'
  ]
});

grunt.loadNpmTasks('grunt-compliment');

About

Get a compliment whenever you need! Treat yo' self!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published