Skip to content

randomseed-io/amelinium-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amelinium Temaplte

Template for Opinionated Clojure Web Engine

Installation

amelinium-template on Clojars amelinium-template on cljdoc CircleCI

To use Amelinium Template in your project, add the following to dependencies section of project.clj or build.boot:

[io.randomseed/amelinium-template "1.0.0"]

For deps.edn add the following as an element of a map under :deps or :extra-deps key:

io.randomseed/amelinium-template {:mvn/version "1.0.0"}

You can also download JAR from Clojars.

Sneak peeks

TBW

And more…

Documentation

Full documentation including usage examples is available at:

License

Copyright © 2025 Paweł Wilk

May contain works from earlier free software projects, copyright © 2019-2025 Paweł Wilk

Amelinium-template is copyrighted software owned by Paweł Wilk (pw@gnu.org). You may redistribute and/or modify this software as long as you comply with the terms of the Apache License, Version 2.0.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Development

Building docs

make docs

Building JAR

make jar

Rebuilding POM

make pom

Signing POM

make sig

Deploying to Clojars

make deploy

Interactive development

bin/repl

Starts REPL and nREPL server (port number is stored in .nrepl-port).

About

Templating for Amelinium web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published