Skip to content

sudeepghag/nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

nodejs

initialize nodejs project

https://philna.sh/blog/2019/01/10/how-to-start-a-node-js-project/

npm init

npm init -y

check configuration affecting "npm init"

npm config list | grep init
npm set init.author.name "Your name"
npm set init.author.email "your@email.com"
npm set init.author.url "https://your-url.com"
npm set init.license "MIT"
npm set init.version "1.0.0"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published