Skip to content

Instantly share code, notes, and snippets.

@saip106
Created January 8, 2019 01:43
Show Gist options
  • Save saip106/1e6fdb3acc35f257a51e000e5c2fe7fa to your computer and use it in GitHub Desktop.
Save saip106/1e6fdb3acc35f257a51e000e5c2fe7fa to your computer and use it in GitHub Desktop.
create licence, gitignore, code of conduct and initialize git repo and npm
REM took from https://twitter.com/bitandbang/status/1082331715471925250
npx license mit > LICENSE && npx gitignore node && npx covgen <email_address> && git init && npm init -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment