Skip to content

Commit

Permalink
📦 NEW: Keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 15, 2020
1 parent 3d5fdb0 commit b54cdb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"email": "{{authorEmail}}",
"url": "{{authorUrl}}"
},
"keywords": ["{{name}}", "{{authorName}}"],
"files": ["index.js", "utils"],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
}
Expand Down
4 changes: 2 additions & 2 deletions template/utils/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const unhandled = require('cli-handle-unhandled');
module.exports = ({ clear = true }) => {
unhandled();
welcome({
title: '{{name}}',
tagLine: 'by {{authorName}}',
title: `{{name}}`,
tagLine: `by {{authorName}}`,
description: pkg.description,
version: pkg.version,
bgColor: '#6cc24a',
Expand Down

0 comments on commit b54cdb2

Please sign in to comment.