Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 464 Bytes

CHEATSHEET.md

File metadata and controls

30 lines (20 loc) · 464 Bytes

Cheatsheet

conda

conda create --name code 
conda info --envs

conda search
conda list

More at cheatsheet.html

npm / TypeScript

npm install --global typescript

nvm

nvm install --lts
nvm use --lts

Visual Studio Code