Skip to content

Commit 403f663

Browse files
author
Travis Vachon
committed
Bump version, add README
1 parent ca31057 commit 403f663

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
A leiningen template for creating new storm projects.
2+
3+
To use:
4+
5+
```bash
6+
lein new storm-project my-awesome-storm-project
7+
```
8+
9+
Copyright © 2012 Travis Vachon
10+
11+
Distributed under the Eclipse Public License, the same as Clojure.

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(defproject storm-project/lein-template "0.1.0-SNAPSHOT"
1+
(defproject storm-project/lein-template "0.1.0"
22
:description "Created with lein-create-template"
3-
:url "http://example.com/FIXME"
3+
:url "https://github.com/travis/lein-storm-project-template"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:eval-in-leiningen true)

0 commit comments

Comments
 (0)