Last active
February 3, 2022 09:57
-
-
Save arkon108/50513a5a10135d2d51fe3550b1a5267f to your computer and use it in GitHub Desktop.
Start a node project (better npm init)
This file contains 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
mkdir my_project | |
cd my_project | |
npx license mit > LICENSE | |
npx gitignore node | |
npx covgen [email protected] | |
npm init -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment