Useful Console snippets

Delete from cursor to the begening of the word

ctrl + w

Add package from Github private repo

 yarn add 'git+ssh://git@github.com:[git-user]/[git-repo].git#1.0.0'