0.1.2 • Published 10 years ago

gulp-description v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago