Skip to content

Commit 98dafea

Browse files
author
User
committed
added chalk deps
1 parent e109e6d commit 98dafea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4902
-335
lines changed

logfunctions/logglobalconfig.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
const chalk = require('chalk')
2+
3+
module.exports = {
4+
logGlobalConfig: function(obj){
5+
return(
6+
`
7+
${chalk.bgCyan('Category')}: ${obj.category}
8+
Name: ${obj.name + '\n'}
9+
* Type: ${obj.type}
10+
* Default: ${obj.default}
11+
* Usage: ${obj.usage}
12+
* Details: ${obj.details}
13+
14+
`
15+
)
16+
}
17+
}

node_modules/ansi-styles/index.js

Lines changed: 95 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-styles/package.json

Lines changed: 41 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)