Skip to content

Commit

Permalink
Merge pull request #7 from alibaba/dev
Browse files Browse the repository at this point in the history
[modify] update files header
  • Loading branch information
Houfeng authored Aug 31, 2017
2 parents 596f601 + cad3c9f commit d63496a
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dawn/pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dev:

build:
- name: file-header
text: Copyright (c) 2017 Alibaba Group Holding Limited
text:
- 'Copyright (c) 2017 Alibaba Group Holding Limited'
- '@author Houfeng <[email protected]>'
- name: doc

publish:
Expand Down
1 change: 1 addition & 0 deletions lib/commands/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const configs = require('../configs');
Expand Down
1 change: 1 addition & 0 deletions lib/commands/middleware.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const middleware = require('../middleware');
Expand Down
1 change: 1 addition & 0 deletions lib/commands/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const template = require('../template');
Expand Down
1 change: 1 addition & 0 deletions lib/commands/update.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const console = require('console3');
Expand Down
1 change: 1 addition & 0 deletions lib/common/download.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const fetch = require('./fetch');
Expand Down
1 change: 1 addition & 0 deletions lib/common/exec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const shify = require('shify');
Expand Down
1 change: 1 addition & 0 deletions lib/common/extract.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const decompress = require('decompress');
Expand Down
1 change: 1 addition & 0 deletions lib/common/fetch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const nodeFetch = require('node-fetch');
Expand Down
1 change: 1 addition & 0 deletions lib/common/mkdirp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const mkdirp = require('mkdirp');
Expand Down
1 change: 1 addition & 0 deletions lib/common/oneport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const oneport = require('oneport');
Expand Down
1 change: 1 addition & 0 deletions lib/common/prompt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const inquirer = require('inquirer');
Expand Down
1 change: 1 addition & 0 deletions lib/common/readfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const fs = require('fs');
Expand Down
1 change: 1 addition & 0 deletions lib/common/rename.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const fs = require('fs');
Expand Down
1 change: 1 addition & 0 deletions lib/common/save.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const fs = require('fs');
Expand Down
1 change: 1 addition & 0 deletions lib/common/sleep.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

module.exports = function (delay) {
Expand Down
1 change: 1 addition & 0 deletions lib/common/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const pkg = require('../../package');
Expand Down
1 change: 1 addition & 0 deletions lib/common/stream2buffer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const stream2buffer = require('stream2buffer');
Expand Down
1 change: 1 addition & 0 deletions lib/common/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const utils = require('ntils');
Expand Down
1 change: 1 addition & 0 deletions lib/common/writefile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const fs = require('fs');
Expand Down
1 change: 1 addition & 0 deletions lib/common/yaml.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const yaml = require('js-yaml');
Expand Down
1 change: 1 addition & 0 deletions lib/configs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const pkg = require('../package');
Expand Down
1 change: 1 addition & 0 deletions lib/context.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const path = require('path');
Expand Down
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const requireDir = require('require-dir');
Expand Down
1 change: 1 addition & 0 deletions lib/middleware.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const configs = require('./configs');
Expand Down
1 change: 1 addition & 0 deletions lib/middlewares/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const template = require('../template');
Expand Down
1 change: 1 addition & 0 deletions lib/middlewares/unhandled.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

module.exports = async function () {
Expand Down
1 change: 1 addition & 0 deletions lib/mod.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const exec = require('./common/exec');
Expand Down
1 change: 1 addition & 0 deletions lib/stamp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const path = require('path');
Expand Down
1 change: 1 addition & 0 deletions lib/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2017 Alibaba Group Holding Limited
* @author Houfeng <[email protected]>
*/

const configs = require('./configs');
Expand Down

0 comments on commit d63496a

Please sign in to comment.