ivantarskich-npm_ts_demo
v1.0.5
Published
This project is a demo on how to use typescript in an npm libary/package
Readme
npm_ts_demo
how to setup
Create GitRepository / setup ssh / setup gituser run 'npm init -y' // y for default options run 'npm install -D typescript' run 'npm install -D tslint' run 'npm install -D ts-node' run 'npm install @types/node --save-dev' run 'tsc --init' run 'npm i -S chalk chalk-animation figlet gradient-string inquirer nanospinner'
