mac/linux commands

Command Line Cheat Sheet.avif

https://terminalcheatsheet.com/

git commands

https://www.rahmatsubandi.dev/blog/git-cheat-sheet

you should understand Git at this point 😭

Git Cheat Sheet Deskmat.png

node commands

npm commands

npx commands

tsc commands

flags

| -p | • create parent + subfolder • | | --- | --- | | -y | stands for "yes". It automatically answers "yes" to all the configuration prompts, accepting the default values immediately. [1, 2, 3, 4] | | -D | tells npm to install a package as a development dependency and save it under the "devDependencies" section in your package.json file. | | | |

Universal Global Flags

These flags are supported by nearly every modern developer tool, CLI client, and package manager: [1, 2, 3]

Core File & System Management Flags