Leiningen Project Generator
Generate Clojure Leiningen project.clj configuration files with customizable project name, group ID, version, dependencies, plugins, and profiles. Produces ready-to-use project.clj for Clojure development.
How to Use Leiningen Project Generator
Enter your project name, optional group ID, version, and description. Add dependencies and plugins one per line in Leiningen format. Optionally set a main namespace. Click Generate to create a complete project.clj file.
Step-by-Step Instructions
- Enter project name and optional group ID
- Set version and description
- Add dependencies and plugins
- Click Generate project.clj and copy the output
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.