UNPKG

538 BJavaScriptView Raw
1"use strict";
2
3var path = require('path');
4
5module.exports = {
6 tmpl: path.resolve(__dirname, '../asset/tmpl'),
7 pattern: [
8 '**/.*.tmpl',
9 '**/*.tmpl'
10 ],
11 ask: {
12 "package_name": "#{dirname}",
13 "package_description": '',
14 "github_repository": "#{gitUser.name}/#{dirname}",
15 "author_name": "#{gitUser.name}",
16 "author_email": "#{gitUser.email}",
17 "author_url": "#{gitUser.url}"
18 },
19 mode: {
20 "ci/*.*": "755"
21 },
22 prefix: '~~~~',
23 suffix: '~~~~'
24};
\No newline at end of file