Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bailuk/godir
https://github.com/bailuk/godir
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bailuk/godir
- Owner: bailuk
- License: mit
- Created: 2021-04-24T17:49:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T18:42:32.000Z (over 3 years ago)
- Last Synced: 2024-10-25T09:28:03.561Z (about 2 months 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`