Skip to content

akigitter/hello_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hello_git

simple

// hello.js console.log("Hello World")

using chalk

// hellochalk.js // play around with node.js and chalk const chalk = require('chalk');

console.log(chalk.yellow("Hello JavaScript chalk")); // nest styles of the same type even (color, underline, background) // hellochalk.js // play around with node.js and chalk const chalk = require('chalk');

console.log(chalk.yellow("Hello JavaScript chalk"));

// nest styles of the same type even (color, underline, background) console.log(chalk.green( 'I am a green line ' + chalk.blue.underline.bold('with a blue substring') + ' that becomes green again!' ));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published