roopali_resume
v1.0.0
Published
created my own npm package which will print out my resume . Created directory called ' resume' Have to login withe new userid and password into npm ran ' npm init'- to crae a package.json file. package contains name and resume as 'y'
Downloads
1
Readme
created my own npm package which will print out my resume . Created directory called ' resume' Have to login withe new userid and password into npm ran ' npm init'- to crae a package.json file. package contains name and resume as 'y'
created 3 files index.js, readme.md and info.json
On index.js added #! /usr/bin/env node ( this allows to run the code globally)