Skip to content

bailuk/godir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godir

dpendencies

node, npm, tsc, ts-node

download modules

In project root: npm update

run

ts-node src/main.ts

compile & run

tsc --outDir target/ src/main.ts
node target/main.js

start TypeScript compiler in watch mode

tsc --outDir target/ src/main.ts -w

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published