Skip to content

Instantly share code, notes, and snippets.

@arkon108
Created July 17, 2020 10:28
Show Gist options
  • Save arkon108/a7ff256a94d7af3509eef37ced16cf57 to your computer and use it in GitHub Desktop.
Save arkon108/a7ff256a94d7af3509eef37ced16cf57 to your computer and use it in GitHub Desktop.
Configure Node project defaults
npm set init.author.name "STM"
npm set init.author.email "sasa@mataic.com"
npm set init.author.url "https://mataic.com"
npm set init.license "MIT"
npm set init.version "1.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment