0.1.2 • Published 8 years ago

gulp-description v0.1.2

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

gulp-description Build Status

it gulp help setting. the detail description for gulp all task.

Install

$ npm install --save-dev gulp-description

Usage

const gulp = require('gulp');
const gulpDep = require('gulp-description');

let description = {
  "main":[
    "test1"
  ],
  "description":{
    "test0" : "test0 description",
    "test1" : "test1 description",
    "test2" : "test2 description",
    "test3" : "test3 description",
  }
};

gulp.task('help', ()=> gulpDep.help(description));

main

gulp main task list

description

all gulp task description

gulp task description is main only

  gulp.task('help', ()=> gulpDep.help(description));

all gulp task description

  gulp.task('help:all', ()=> gulpDep.all(description));

gulp task dependency state

  gulp.task('help:dep', ()=> gulpDep.dependency(description));

License

MIT © M.Sakamaki

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago