inlein icon indicating copy to clipboard operation
inlein copied to clipboard

Run clojure scripts with dependencies.

Results 7 inlein issues
Sort by recently updated
recently updated
newest added

Hi. Thanks for your work on `inlein` 👍 I'm using inlein for a small kube cron job I want to run every 5 min. However running `inlein --deps /app/job.clj` in...

To allow use of dependencies that are not in the default repositories

enhancement

Make a standalone "script" for a command which you can ship off to someone/somewhere. It should be executable as well, using the same trick used to create inlein itself.

enhancement
usability

I'm not sure if this is a fish problem, or if fish is exposing a problem with how inlein executes, but attempting to run `inlein` in a fish shell returns...

bug
docs

The error handling on both the client and the daemon is pretty bad right now. Better clean it up, do proper log messages etc.

usability

The JVM-based client forces us to do interesting hacks if we want to properly pass and send signals. Creating a native client that can properly "trampoline" the java command would...

usability