About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
nonlogos
8/26/2016 - 6:45 PM
share
Share
add_circle_outline
Save
Common Terminal Commands
Common Terminal Commands
terminal_commands.md
content_copy
file_download
Rendered
Source
Check which version is globally installed
npm list -g | grep {module name}
Create new directory
mkdir {folder name}
Create new file
touch {filename}
clear