Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH]: General cleanups, remove unused files, remove coffeescript #67

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "deps/libgit2"]
path = deps/libgit2
url = git://github.com/libgit2/libgit2.git
url = https://github.com/libgit2/libgit2
22 changes: 0 additions & 22 deletions CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions Cakefile

This file was deleted.

3 changes: 0 additions & 3 deletions LIBGIT2_BUGS.md

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');
22 changes: 0 additions & 22 deletions TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions docs/api.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/blob.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/commit.rst

This file was deleted.

Loading