Skip to content

Commit

Permalink
colourful console
Browse files Browse the repository at this point in the history
  • Loading branch information
codingXpert committed Jun 20, 2022
1 parent a9d8e1a commit 76b7220
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
2 changes: 2 additions & 0 deletions color-package.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const color = require('colors')
console.log("hello".green)
37 changes: 35 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"dependencies": {
"http": "^0.0.1-security"
"colors": "^1.4.0",
"http": "^0.0.1-security",
"i": "^0.3.7"
},
"name": "learning-nodejs",
"version": "1.0.0",
"main": "creating-server.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 76b7220

Please sign in to comment.