Skip to content

Instantly share code, notes, and snippets.

@B3nnyL
Created July 24, 2020 23:15
Show Gist options
  • Save B3nnyL/ff1bf1f38461ddee50be5ca9bcfd91f6 to your computer and use it in GitHub Desktop.
Save B3nnyL/ff1bf1f38461ddee50be5ca9bcfd91f6 to your computer and use it in GitHub Desktop.
Setup your default npm package information
NAME=""
EMAIL=""
URL=""
LICENSE="MIT"
VERSION="0.1.0"
npm set init.author.name $NAME
npm set init.author.email $EMAIL
npm set init.author.url $URL
npm set init.license $LICENSE
npm set init.version $VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment