nodebootstrap icon indicating copy to clipboard operation
nodebootstrap copied to clipboard

Template string for less code

Open wellitongervickas opened this issue 6 years ago • 0 comments

Hi, you can use with template string (es6)

console.log(`
....
.... ${chalk.bold('Usage:')} ....
...
...
...
`); 

i think my suggest is more beatiful haha https://github.com/inadarei/nodebootstrap/blob/15c314ce71f5087fe4f14bad4b06cc3795e4c610/nodebootstrap#L127

wellitongervickas avatar Apr 18 '18 20:04 wellitongervickas