1.0.1 • Published 9 months ago

colored-console-h v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago
  1. import
 const extendConsole = require('colored-console-h');
extendConsole()
  1. config file in root folder
// colored-console-h.config.js
module.exports = {
   logred: 'yellow',
   loggreen1: 'red'
  // 添加更多的颜色配置...
};
  1. use
console.logred('This should be yellow.');
1.0.1

9 months ago

1.0.0

9 months ago