{"id":15503007,"url":"https://github.com/rickmoynihan/libdev","last_synced_at":"2026-06-19T21:32:17.048Z","repository":{"id":62433397,"uuid":"139347189","full_name":"RickMoynihan/libdev","owner":"RickMoynihan","description":"A clj-new template with dev environment tooling \u0026 config","archived":false,"fork":false,"pushed_at":"2018-07-01T23:10:11.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:08:54.512Z","etag":null,"topics":["clj-new","clojure","project","template"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RickMoynihan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-01T17:13:00.000Z","updated_at":"2020-06-20T20:24:08.000Z","dependencies_parsed_at":"2022-11-01T21:15:36.252Z","dependency_job_id":null,"html_url":"https://github.com/RickMoynihan/libdev","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickMoynihan%2Flibdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickMoynihan%2Flibdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickMoynihan%2Flibdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickMoynihan%2Flibdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RickMoynihan","download_url":"https://codeload.github.com/RickMoynihan/libdev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249553774,"owners_count":21290293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clj-new","clojure","project","template"],"created_at":"2024-10-02T09:11:49.365Z","updated_at":"2026-06-19T21:32:17.004Z","avatar_url":"https://github.com/RickMoynihan.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libdev\n\n[![Clojars Project](https://img.shields.io/clojars/v/libdev/clj-template.svg)](https://clojars.org/libdev/clj-template)\n\nA [clj-new](https://github.com/seancorfield/clj-new) template for\nbuilding Clojure libraries that have a basic dev environment\nconfigured.\n\nThe main difference over `clj-new`'s standard `lib` template is the\ninclusion of an `env/dev` source path, that can contain bespoke\ntooling to help develop a library.\n\n## Using this template\n\nAfter having installed\n[clj-new](https://github.com/seancorfield/clj-new) and assuming you\nsetup a `:new` alias you can make use of this template by running\nthe command:\n\n```\n$ clj -A:new libdev packagename/mylibnamea\nGenerating fresh 'clj new' libdev project.\n```\n\nThen you can do:\n\n```\n$ tree mylibname/\nmylibname/\n├── deps.edn\n├── env\n│   └── dev\n│       ├── dev.clj\n│       └── user.clj\n├── src\n│   └── packagename\n│       └── mylibname.clj\n└── test\n    └── packagename\n        └── mylibname_test.clj\n\n6 directories, 5 files\n```\n\nWe also setup a `:gen` alias that you can use to generate extra\ntemplates within the project.\n\ne.g. to add leiningen build support run the command:\n\n`$ clj -A:gen project=group-name/project-name`\n\nThis will install leiningen configured with the\n[lein-tools-deps](https://github.com/RickMoynihan/lein-tools-deps)\nplugin, so you can use leiningen to build and deploy your `tools.deps`\nproject.\n\n## Development\n\nIf you're working on libdev itself you can have it generate a new\ntemplate from the project root directory with the command:\n\nRun: `clj -m clj-new.create libdev myname/mynewlib` to test\n\n## License\n\nCopyright Rick Moynihan © 2018\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickmoynihan%2Flibdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickmoynihan%2Flibdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickmoynihan%2Flibdev/lists"}