grunt-yukkuroid
v0.0.3
Published
BoyomiChan should inform you of the completion of the compilation grunt
Downloads
4
Readme
grunt-yukkuroid
BoyomiChan should inform you of the completion of the compilation grunt
Getting Started
This plugin requires Grunt ~0.4.0
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-yukkuroid
Please keep yukkuroid launch. Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-yukkuroid');
Yukkuroid task
Run this task with the grunt yukkuroid
command.
Task targets, files and options may be specified according to the grunt Configuring tasks guide.
Options
message
Type: String
Default: grunt
Please set the language you want to read BoyomiChan.
Usage Examples
// Project configuration.
grunt.initConfig({
yukkuroid: {
message: 'success'
}
});
// load yukkuroid
grunt.loadNpmTasks "grunt-yukkuroid"
# Default task.
grunt.registerTask "default", ["example", "yukkuroid"]
enjoy!