kit icon indicating copy to clipboard operation
kit copied to clipboard

Lightweight, modular framework for scalable web development in Clojure

Results 30 kit issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. Create a new project, e.g `deps -Tnew create :template io.github.kit-clj :name marko/testm` 2. start repl and sync modules `(kit/sync-modules)` 3. go to modules/kit-modules directory 4. git...

bug

Is it possible to autoreload or auto-reset when a file changes, or when form is evaluated in a namespace?

## Overview I'm working on a PR for `neil` (https://github.com/babashka/neil/pull/51) which will make it possible to simplify the "Quick start" for Kit: ``` brew install clojure babashka/brew/neil neil new io.github.kit-clj/kit...

enhancement

What are snippets? I see the reference in the source, but no documentation or examples. The snippets repository is also missing.

documentation
question

I created a pull request https://github.com/kit-clj/modules/pull/7 to add Sente support as a module for kit. Steps to reproduce: 1. Create a kit project with default parameters. 2. update kit.edn to...

bug

Usually my first step in understanding a new codebase is to write documentation for it :-) I've been experimenting with integrating [Codox](https://github.com/weavejester/codox) and haven't yet found a satisfactory way to...

documentation

I tried to wrap kit/metrics library and wrap it into a new module. I have an issue when trying to install a new module using `kit/install-module` with the following error:...

generator

- [x] kit-sql-conman - [ ] kit-sql-hikari - [x] kit-sql-migratus - [ ] kit-mysql Update - [x] kit-sql

documentation

`kit-http-kit` lib cannot be generated in the lein-template. Should be added I think @yogthos ?

enhancement