Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tbatchelli committed Nov 24, 2010
0 parents commit 472298f
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pom.xml
/*jar
/lib/*.jar
lib
classes
17 changes: 17 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# clj-coffeescript

FIXME: write description

## Usage

FIXME: write

## Installation

FIXME: write

## License

Copyright (C) 2010 FIXME

Distributed under the Eclipse Public License, the same as Clojure.
4 changes: 4 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(defproject clj-coffeescript "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]])
1 change: 1 addition & 0 deletions src/clj_coffeescript/core.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(ns clj-coffeescript.core)
6 changes: 6 additions & 0 deletions test/clj_coffeescript/test/core.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(ns clj-coffeescript.test.core
(:use [clj-coffeescript.core] :reload)
(:use [clojure.test]))

(deftest replace-me ;; FIXME: write
(is false "No tests have been written."))
Binary file added third-party/jcoffeescript-0.9.2-b.jar
Binary file not shown.

0 comments on commit 472298f

Please sign in to comment.