0.0.2 • Published 8 years ago

grunt-buddha-fun v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

grunt-buddha-fun

佛祖保佑,永无bug

This grunt plugin is just for fun!

Getting Started

This plugin requires Grunt.

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-buddha-fun --save-dev

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

grunt.loadNpmTasks('grunt-buddha');

The "buddha" task

Overview

In your project's Gruntfile, add a section named buddha to the data object passed into grunt.initConfig().

grunt.initConfig({
  buddha: {
    options: {
      // Task-specific options go here.
    },
    your_target: {
      // Target-specific file lists and/or options go here.
    },
  },
})

Options

Usage Examples

Default Options

In this example, the default options are used to do something with whatever.

grunt.initConfig({
    buddha: {
      options: {
        who: 'girl', // buddha girl
        commentSymbol: '//'
      },
      dist: ['test/fixtures/*.js']
    },
})
  • who: 字符画的类型,和tasks/buddha.jscommentFilepathMap配置项一致,默认提供了2个配置项,用户可以自行添加。
  • commentSymbol:注释符号,一般情况下不需要修改。
  • dist:指定输出的带字符画的js文件的目录

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

2015-12-25      v0.0.1

License

Copyright (c) 2015 consoles. Licensed under the MIT license.