Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bailuk/godir


https://github.com/bailuk/godir

Last synced: 10 days ago
JSON representation

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`