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
- Host: GitHub
- URL: https://github.com/guyfedwards/node-tardis
- Owner: guyfedwards
- Created: 2015-08-17T16:34:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T16:38:39.000Z (almost 11 years ago)
- Last Synced: 2025-12-28T18:52:00.572Z (6 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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