{"id":19758651,"url":"https://github.com/alvarogarcia7/cli-app-base-clojure","last_synced_at":"2025-02-28T02:27:14.126Z","repository":{"id":69480082,"uuid":"51260844","full_name":"alvarogarcia7/cli-app-base-clojure","owner":"alvarogarcia7","description":"A Clojure Skeleton for creating new CLI apps. Clone it and modify. Discard some previous examples. Ready to Rumble!","archived":false,"fork":false,"pushed_at":"2017-03-16T21:38:33.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T22:49:50.864Z","etag":null,"topics":["app","ci","cli","clojure","clojure-1-8","make","makefile","midje","tdd","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvarogarcia7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-07T19:03:05.000Z","updated_at":"2017-07-26T00:47:25.000Z","dependencies_parsed_at":"2023-04-10T04:50:39.037Z","dependency_job_id":null,"html_url":"https://github.com/alvarogarcia7/cli-app-base-clojure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Fcli-app-base-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Fcli-app-base-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Fcli-app-base-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Fcli-app-base-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvarogarcia7","download_url":"https://codeload.github.com/alvarogarcia7/cli-app-base-clojure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089684,"owners_count":19907792,"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":["app","ci","cli","clojure","clojure-1-8","make","makefile","midje","tdd","travis-ci"],"created_at":"2024-11-12T03:25:23.964Z","updated_at":"2025-02-28T02:27:14.101Z","avatar_url":"https://github.com/alvarogarcia7.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLI Application base, in Clojure [![Build Status](https://travis-ci.org/alvarogarcia7/cli-app-base-clojure.svg?branch=master)](https://travis-ci.org/alvarogarcia7/cli-app-base-clojure)\n\n## Usage\n\n* Clone the repo\n* Choose a license -\u003e ``project.clj::license``\n* Find a project name  -\u003e ``project.clj::defproject``\n* Find a package name  -\u003e ``project.clj::main, aot``, ``folders in test, src``\n* Change this README.md\n* Change the git remote\n* Start writing tests\n* Execute them with ``lein midje :autotest`` or inside the REPL\n* Push (to you new remote)\n\n\n## Tests\n\n### Testing from the CLI\n\n``lein midje :autotest``\n\nThis has the advantage that loads everything, each time.\n\n### Testing inside the REPL\n\n```bash\nlein repl\n```\n\n```clojure\n(use 'midje.repl)\n(autotest)\n```\n\nThis has the advantage that is faster.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarogarcia7%2Fcli-app-base-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvarogarcia7%2Fcli-app-base-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarogarcia7%2Fcli-app-base-clojure/lists"}