0.0.3 • Published 11 years ago

grunt-wisdom v0.0.3

Weekly downloads
14
License
-
Repository
github
Last release
11 years ago

Wisdom

grunt-wisdom is a grunt task that dishes out a wise quote whenever you need it.

Installation

npm install grunt-wisdom -D

Setup

grunt.initConfig({
  // optionally, specify quotes you want
  wisdom: [
    'You are the greatest!',
    'Please, don\'t ever leave. You give me purpose.'
  ]
});

grunt.loadNpmTasks('grunt-wisdom');
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago