@thedipankarroy/contact
v1.4.6
Published
Contact Info
Downloads
2
Readme
Use it on browser Live
OR
Install the package
npm i @thedipankarroy/contact
Yes I used scoped package for this one.
It will be a quick installation, then create a .js
file with a name you like.
Let's say app.js
.
Then copy paste this line in the file and save it.
require('@thedipankarroy/contact')
You're done!
Now just open up the terminal and make sure you are in the root of the folder where you installed the package and run
node app
It will print out the contact info like this
Hey, I am Dipankar Roy!
✅ Github: https://github.com/thedipankarroy
✅ Twitter: https://twitter.com/the_dipankarroy
✅ Linkedin: https://www.linkedin.com/in/thedipankarroy
✅ Email: [email protected]
You can also check out the index.js
file in the node_module
.