Skip to content

Commit

Permalink
general cleanups, remove unused files, remove coffeescript
Browse files Browse the repository at this point in the history
  • Loading branch information
lushzero committed Aug 26, 2013
1 parent 11ece48 commit eec00bb
Show file tree
Hide file tree
Showing 8 changed files with 1,021 additions and 1,511 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
build/
node_modules/
lib/gitteh.js
lib/args.js
30 changes: 0 additions & 30 deletions Cakefile

This file was deleted.

18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,13 @@ Contributions are very welcome. Please feel free to fork this project and hack o

### Building

In order to build Gitteh, you first need to install coffee-script.
[Coffee-script](http://coffeescript.org/) is not needed to use the library, only to
work with the source.

npm install -g coffee-script

Next, you need to install gitteh's dependencies. In gitteh's root directory, run:
Next, you need to install gitteh's dependencies and build it. In gitteh's root directory, run:

npm install
node preinstall.js
node install.js

Lastly, you need to compile and build gitteh

cake build

It should generate `lib/gitteh.js` for you to use. Happy hacking!
### Installing Manually

Copy the parent directory of the now built module to the node_modules directory of your project. Include the module using:
gitteh = require('gitteh');
115 changes: 115 additions & 0 deletions lib/args.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eec00bb

Please sign in to comment.