Skip to content

Instantly share code, notes, and snippets.

@Falieson
Last active May 31, 2018 22:11
Show Gist options
  • Save Falieson/f0460c706198fbb884828e1554ff4685 to your computer and use it in GitHub Desktop.
Save Falieson/f0460c706198fbb884828e1554ff4685 to your computer and use it in GitHub Desktop.
S6. F01. Init ts-module-consumer (ARTICLE: TS-Module w/ Declarations (Part 1/4))
### TS-Module w/ Declarations (Part 1/4)
# http://TGRstack.com/#ts-module_articles_part-1
# Create a new consumer of our ts-module
###
falieson:./ts-module/$ mkdir -p ~/Code/Playground/ts-module-consumer
falieson:./ts-module/$ cd ~/Code/Playground/ts-module-consumer
falieson:./ts-module-consumer/$ npm init -y
falieson:./ts-module-consumer/$ npm install ../../Templates/ts-module/
falieson:./ts-module-consumer/$ tsc -init
falieson:./ts-module-consumer/$ touch index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment