https://github.com/phronmophobic/pushtoy-template
https://github.com/phronmophobic/pushtoy-template
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/pushtoy-template
- Owner: phronmophobic
- Created: 2013-12-04T00:33:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T00:42:59.000Z (over 12 years ago)
- Last Synced: 2025-07-24T22:00:07.551Z (about 1 year ago)
- Language: Clojure
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pushtoy-Template
A Leiningen template for projects using [Compojure][1].
[1]: http://compojure.org
## Installation
If you're using Leiningen 1, you'll need to install the following plugins:
lein plugin install lein-newnew 0.2.6
lein plugin install pushtoy/lein-template 0.3.2
If you're using Leiningen 2, you don't have to do anything; the template
will be automatically downloaded and installed when you first run the
command.
## Usage
Run the following command to create a new Compojure project:
lein new pushtoy
## License
Copyright © 2013 James Reeves
Distributed under the Eclipse Public License, the same as Clojure.