https://github.com/bailuk/godir
https://github.com/bailuk/godir
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bailuk/godir
- Owner: bailuk
- License: mit
- Created: 2021-04-24T17:49:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T18:42:32.000Z (about 5 years ago)
- Last Synced: 2025-02-06T05:12:51.468Z (over 1 year ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godir
## dpendencies
node, npm, tsc, ts-node
## download modules
In project root:
`npm update`
## run
`ts-node src/main.ts`
## compile & run
``` bash
tsc --outDir target/ src/main.ts
node target/main.js
```
## start TypeScript compiler in watch mode
`tsc --outDir target/ src/main.ts -w`