grunt-wisdom

0.0.3 • Public • Published

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');

/grunt-wisdom/

    Package Sidebar

    Install

    npm i grunt-wisdom

    Weekly Downloads

    6

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • jaredstehler