Skip to content

Instantly share code, notes, and snippets.

@arkon108
Last active February 3, 2022 09:57
Show Gist options
  • Save arkon108/50513a5a10135d2d51fe3550b1a5267f to your computer and use it in GitHub Desktop.
Save arkon108/50513a5a10135d2d51fe3550b1a5267f to your computer and use it in GitHub Desktop.
Start a node project (better npm init)
mkdir my_project
cd my_project
npx license mit > LICENSE
npx gitignore node
npx covgen stmataic@gmail.com
npm init -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment