gulp-title

0.0.2 • Public • Published

gulp-title

npm total download npm version License

インストール - Install

$ npm i -S gulp-title

使い方 - Usage

Functions

module.exports = function() {…}

  this.go = function(gt, fnc) {…}

NodeJS

Code

Result

require('gulp-title');
var aryTitle = ["gt", "Basic", "red"];
var fnc = function(){
  console.log("task1");
  console.log("task2");
  console.log("task3");
  console.log("task4");
}

var gt = new gt(); gt.go(aryTitle, fnc);

# node example.js

[31m d888b d888888b 88' Y8b `88' 88 88
88 ooo 88
88. 8 88
Y888P YP

[0m task1 task2 task3 task4 gulp-title done. .

ライセンス - License

MIT License

作者 - Author

Readme

Keywords

Package Sidebar

Install

npm i gulp-title

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • m-shibata