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
- Host: GitHub
- URL: https://github.com/nextjournal/garden-template
- Owner: nextjournal
- Created: 2024-03-14T09:27:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T09:39:44.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:09:11.471Z (9 months ago)
- Topics: application-garden-template
- Language: Clojure
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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