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

https://github.com/nextjournal/garden-template

Default template for new projects for application.garden
https://github.com/nextjournal/garden-template

application-garden-template

Last synced: 9 months ago
JSON representation

Default template for new projects for application.garden

Awesome Lists containing this project

README

          

# garden-template

A template for [application.garden](https://application.garden) projects.

Check out the [docs](https://docs.apps.garden/#project-templates) for more information.

## Usage

This gets automatically used by `garden init`.

You can use a specific commit from this repo using `garden init --git/sha `.

If you want you can also use it with [neil](https://github.com/babashka/neil):

$ neil new io.github.nextjournal/garden-template

or with

[deps-new](https://github.com/seancorfield/deps-new):

$ clojure -Tnew create :template io.github.nextjournal/garden-template :name myusername/mycoolproject

Assuming you have installed `deps-new` as your `new` "tool" via:

```bash
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
```

## License

Copyright © 2024 Nextjournal