https://github.com/pyrmont/lein-simple-layout
A simple layout template for Leiningen projects
https://github.com/pyrmont/lein-simple-layout
clojure lein-template leiningen
Last synced: 10 months ago
JSON representation
A simple layout template for Leiningen projects
- Host: GitHub
- URL: https://github.com/pyrmont/lein-simple-layout
- Owner: pyrmont
- License: unlicense
- Created: 2019-01-24T03:09:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T04:00:01.000Z (almost 7 years ago)
- Last Synced: 2025-03-07T03:30:39.364Z (10 months ago)
- Topics: clojure, lein-template, leiningen
- Language: Clojure
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lein-simple-layout
A Leiningen template for creating projects with a simple layout.
This template creates a simple project with 3 files: `.gitignore`,
`project.clj` and `.clj`. It's perfect for when you want to hack
on some Clojure code while still retaining the power of Leiningen.
## Usage
By default, the template will create a project with Clojure 1.10.0 as the sole
dependency.
```sh
lein new simple-layout
```
You can create a project that uses a different version of Clojure by passing
the optional version argument.
```sh
lein new simple-layout -- 1.9.0
```
## License
The simple-layout template is released into the public domain. See
[LICENSE.md][lc] for more details.
[lc]: https://github.com/pyrmont/lein-simple-layout/blob/master/LICENSE.md