Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botto/tarmang
A simple webapp to generate a tar command
https://github.com/botto/tarmang
Last synced: about 5 hours ago
JSON representation
A simple webapp to generate a tar command
- Host: GitHub
- URL: https://github.com/botto/tarmang
- Owner: botto
- Created: 2015-03-13T13:07:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T13:14:40.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:59:52.577Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple little webapp to generate a tar command
No decent archive manager that is open source exists for OSX
This is not really a manager, at least not yet.Just a dirty app I threw together in an hour or so.
At some point I will make the code cleaner.
Tested on iojs-1.5.3
```
$ cd http
$ bower install
$ cd ..
$ npm install
$ cd http
$ python -m SimpleHTTPServer
Open new terminal
$ node app.js
Open localhost:8000
```