https://github.com/lotuc/utilities
Utility library. Collecting useful utilities & code snippets for personal usage.
https://github.com/lotuc/utilities
clojure example quartz-scheduler ring utility
Last synced: 18 days ago
JSON representation
Utility library. Collecting useful utilities & code snippets for personal usage.
- Host: GitHub
- URL: https://github.com/lotuc/utilities
- Owner: lotuc
- License: mit
- Created: 2024-02-28T12:39:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T04:08:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T13:25:41.966Z (about 1 year ago)
- Topics: clojure, example, quartz-scheduler, ring, utility
- Language: Clojure
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utilities
- [Ring Web](./ring-web/README.md)
- [Usage & Examples](./fiddle/src/fiddle/ring_web)
-

- [IoC Macros](./ioc-macros/README.md)
- [Usage & Examples](./fiddle/src/fiddle/ioc_macros)
- [Quartz utilities](./quartz-util/README.md)
- [Usage & Examples](./fiddle/src/fiddle/quartz)
-

# try
The root project is provided as the development project which now default
includes all source paths of the sub-projects and the fiddle directory contains
the examples & sources for tweaking with those sub-projects.
Start Clojure repl with `clj` or jack-in with your editor plugin. Start
ClojureScript with `npm run dev` and connect to nREPL with your editor plugin.