You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a template that you think would be useful for others, feel free to submit a PR with additional menu options or submit an issue with a link to the template.
Installation
Dependencies
A version of Clojure that includes Clojure CLI Tools (comes included in any recent version)
If the package wasn't found, run M-x package-refresh-contents
Place (require 'clj-deps-new) in your init file
Using use-package
Put this expression in your config file and eval:
(use-package clj-deps-new
:ensuret:defert)
Manual Installation
Run git clone https://github.com/jpe90/emacs-deps-new.git
In emacs, run package-install-file and navigate to clj-deps-new.el
Place (require 'clj-deps-new) in your init file
Usage
Run M-x clj-deps-new and follow the on-screen prompts to create a project.
When opts are enabled, the text in parenthesis display a preview of the argument that will be passed to the final command.
Extending
See the Community Templates section of clj-deps-new.el to see how to add new templates to the interface.