Grunt plugin for Textr — framework for compose text transformation functions
Install
You may install this plugin with this command:
npm install grunt-textr --save-dev
Usage
Use this plugin like this:
grunt; // npm install --save-dev load-grunt-tasks grunt; grunt;
Options
options
Type: Object
Default value: {}
All passed options, except options.plugins
, will be used for creating new transform stream (see textr
defaults)
options.plugins
Type: Array
Default value: []
Array of transform functions.