{"id":19094649,"url":"https://github.com/risto-stevcev/fiveam-skeleton","last_synced_at":"2026-05-26T02:30:18.372Z","repository":{"id":66361947,"uuid":"200367723","full_name":"Risto-Stevcev/fiveam-skeleton","owner":"Risto-Stevcev","description":"A cl-project skeleton that uses fiveam as the test framework","archived":false,"fork":false,"pushed_at":"2019-08-03T11:45:42.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T23:46:31.841Z","etag":null,"topics":["cl-project","common-lisp","fiveam","quicklisp","template"],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/Risto-Stevcev.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":"2019-08-03T11:29:07.000Z","updated_at":"2020-05-17T17:53:56.000Z","dependencies_parsed_at":"2023-02-22T12:46:26.853Z","dependency_job_id":null,"html_url":"https://github.com/Risto-Stevcev/fiveam-skeleton","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/Risto-Stevcev%2Ffiveam-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Ffiveam-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Ffiveam-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Ffiveam-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Risto-Stevcev","download_url":"https://codeload.github.com/Risto-Stevcev/fiveam-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240144213,"owners_count":19754874,"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":["cl-project","common-lisp","fiveam","quicklisp","template"],"created_at":"2024-11-09T03:30:47.485Z","updated_at":"2026-05-26T02:30:18.207Z","avatar_url":"https://github.com/Risto-Stevcev.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fiveam-skeleton\n\nA [cl-project](http://quickdocs.org/cl-project/) skeleton that uses fiveam as the test framework\n\n\n## Usage\n\nMake sure you have [quicklisp](https://github.com/Risto-Stevcev/fiveam-skeleton) and `cl-project` installed\n\n1. Clone the repository\n\n```sh\n$ git clone https://github.com/Risto-Stevcev/fiveam-skeleton\n```\n\n2. Open up a `slime` session and load `cl-project` from quicklisp:\n\n```lisp\n(ql:quickload \"cl-project\")\n```\n\n3. Set the skeleton directory to point to the `fiveam-skeleton` folder where the template files live\n\n```lisp\n(setq cl-project:*SKELETON-DIRECTORY* \"/path/to/fiveam-skeleton/fiveam-skeleton\")\n```\n\n4. Create a project\n\n```lisp\nCL-USER\u003e (setq cl-project:*SKELETON-DIRECTORY* \"/home/risto/git/lisp/fiveam-skeleton/fiveam-skeleton\")\n\"/home/risto/git/lisp/fiveam-skeleton/fiveam-skeleton\"\nCL-USER\u003e (cl-project:make-project #p \"todo-mvc\"\n          :author \"Risto Stevcev\"\n          :email \"risto1@gmail.com\"\n          :license \"MIT\"\n          :depends-on '(:parenscript :woo :cl-cont))\nwriting todo-mvc/todo-mvc.asd\nwriting todo-mvc/README.org\nwriting todo-mvc/README.markdown\nwriting todo-mvc/.gitignore\nwriting todo-mvc/src/main.lisp\nwriting todo-mvc/tests/main.lisp\nT\nCL-USER\u003e █\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristo-stevcev%2Ffiveam-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fristo-stevcev%2Ffiveam-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristo-stevcev%2Ffiveam-skeleton/lists"}