Skip to content

Instantly share code, notes, and snippets.

@pinalbhatt
Created May 19, 2015 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinalbhatt/3fb9e39c6e2fb9cb48b9 to your computer and use it in GitHub Desktop.
Save pinalbhatt/3fb9e39c6e2fb9cb48b9 to your computer and use it in GitHub Desktop.
Type Script Defs
npm install tsd -g
tsd -h
tsd --version
#Install Packages/Libs
tsd query <itemName> --resolve --overwrite --save --action install
tsd query node --resolve --overwrite --save --action install
tsd query express body-parser cookie-parser morgan --resolve --overwrite --save --action install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment