Created
January 8, 2019 01:43
-
-
Save saip106/1e6fdb3acc35f257a51e000e5c2fe7fa to your computer and use it in GitHub Desktop.
create licence, gitignore, code of conduct and initialize git repo and npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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