Skip to content

Instantly share code, notes, and snippets.

@Falieson
Last active May 31, 2018 16:08
Show Gist options
  • Save Falieson/07e16bf04d1397c384869096f1fb7eab to your computer and use it in GitHub Desktop.
Save Falieson/07e16bf04d1397c384869096f1fb7eab to your computer and use it in GitHub Desktop.
S1. F01. Project Initialization (ARTICLE: TS-Module w/ Declarations (Part 1/4))
### TS-Module w/ Declarations (Part 1/4)
# http://TGRstack.com/#ts-module_articles_part-1
# Project Initialization (Section 1. Figure 01.)
###
falieson:~/$ mkdir -p ~/Code/Templates/ts-module/ && cd ~/Code/Templates/ts-module
falieson:./ts-module/$ npm i -g typescript # global install (i'm using version 2.8.3)
falieson:./ts-module/$ tsc -init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment