Skip to content

Commit eec00bb

Browse files
committed
general cleanups, remove unused files, remove coffeescript
1 parent 11ece48 commit eec00bb

File tree

8 files changed

+1021
-1511
lines changed

8 files changed

+1021
-1511
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
build/
22
node_modules/
3-
lib/gitteh.js
4-
lib/args.js

Cakefile

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,13 @@ Contributions are very welcome. Please feel free to fork this project and hack o
3434

3535
### Building
3636

37-
In order to build Gitteh, you first need to install coffee-script.
38-
[Coffee-script](http://coffeescript.org/) is not needed to use the library, only to
39-
work with the source.
40-
41-
npm install -g coffee-script
42-
43-
Next, you need to install gitteh's dependencies. In gitteh's root directory, run:
37+
Next, you need to install gitteh's dependencies and build it. In gitteh's root directory, run:
4438

4539
npm install
40+
node preinstall.js
41+
node install.js
4642

47-
Lastly, you need to compile and build gitteh
48-
49-
cake build
50-
51-
It should generate `lib/gitteh.js` for you to use. Happy hacking!
43+
### Installing Manually
5244

45+
Copy the parent directory of the now built module to the node_modules directory of your project. Include the module using:
46+
gitteh = require('gitteh');

lib/args.js

Lines changed: 115 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)