adamloving / grunt-sayit

Grunt plugin for the Mac OS say command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-sayit

Executes the Mac OS say command with the specified string.

Getting Started

This plugin requires Grunt ~0.4.1

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-sayit --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

say: 
  affirmation: true

grunt.loadNpmTasks 'grunt-sayit'

About

Grunt plugin for the Mac OS say command

License:MIT License


Languages

Language:JavaScript 78.2%Language:CoffeeScript 21.8%