Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltingice/coffeedrop
CoffeeDrop is an open-source, roll your own, Dropbox-like clone written in CoffeeScript. Currently not working and under heavy development.
https://github.com/meltingice/coffeedrop
Last synced: 7 days ago
JSON representation
CoffeeDrop is an open-source, roll your own, Dropbox-like clone written in CoffeeScript. Currently not working and under heavy development.
- Host: GitHub
- URL: https://github.com/meltingice/coffeedrop
- Owner: meltingice
- Created: 2010-11-24T08:31:12.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-21T05:48:34.000Z (over 13 years ago)
- Last Synced: 2024-10-15T08:54:35.118Z (23 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 633 KB
- Stars: 508
- Watchers: 7
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoffeeDrop
CoffeeDrop aims to be an open-source, roll-your-own, Dropbox clone written in Coffeescript that runs in NodeJS. It is currently under heavy development and is not in a working state. I was storing the code in a private repository, but I decided to go public with it in case anyone wants to give feedback or contribute to the early stages.
Originally, the project was written in Ruby and was named RubyDrop, but for various reasons (mostly frustration), I decided to try something completely new and fresh. The [old Ruby code](http://github.com/meltingice/RubyDrop) is still available on Github.
# Prerequisites
* NodeJS
* CoffeeScript (if developing)
* NPM packages
* colors
* cli
* daemon
* sqlite
# InstallSince CoffeeDrop is in such an early state, it is not available to install via NPM yet. You can install all the dependencies by running:
npm install coffee-script colors cli daemon sqlite -g
# RunningTo run CoffeeDrop, simply execute the CoffeeDrop binary in your Terminal. Use the --help option to show the help text to see the various commands (most of which are useless at this point in time).