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

https://github.com/guyfedwards/node-tardis

Node implementation of tardis
https://github.com/guyfedwards/node-tardis

Last synced: about 1 month ago
JSON representation

Node implementation of tardis

Awesome Lists containing this project

README

          

# node-tardis

node implementation of [`tardis`](http://github.com/guyfedwards/tardis)

Creates .tar.gz of all folders in directory

### Installation
```
git clone git@github.com:guyfedwards/node-tardis
cd node-tardis
npm link
```

### Usage
```
tardis [dir]
```

### TODO
- remove spaces from filenames
- ignore files, only directories
- npm install