An open API service indexing awesome lists of open source software.

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

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