{"id":17070585,"url":"https://github.com/oakmac/cljs-cheatsheet","last_synced_at":"2026-03-11T17:02:17.506Z","repository":{"id":4029195,"uuid":"51726757","full_name":"oakmac/cljs-cheatsheet","owner":"oakmac","description":"a ClojureScript Cheatsheet","archived":false,"fork":false,"pushed_at":"2023-07-11T07:24:22.000Z","size":1441,"stargazers_count":70,"open_issues_count":20,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-26T13:54:03.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cljs.info/cheatsheet","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-02-15T02:53:23.000Z","updated_at":"2025-03-20T04:14:27.000Z","dependencies_parsed_at":"2023-07-08T16:32:09.187Z","dependency_job_id":null,"html_url":"https://github.com/oakmac/cljs-cheatsheet","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/oakmac%2Fcljs-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/cljs-cheatsheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248624951,"owners_count":21135509,"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":[],"created_at":"2024-10-14T11:32:23.730Z","updated_at":"2026-03-11T17:02:17.444Z","avatar_url":"https://github.com/oakmac.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A ClojureScript Cheatsheet\n\nThis project produces the cheatsheet at [cljs.info/cheatsheet]\n\n## Design\n\nYou can read about some of the design decisions that went into the cheatsheet\n[here](design.md).\n\n## Development Setup\n\n### First time setup\n\nInstall [Leiningen], [Node.js], and [Yarn] or use [nix-shell] from the project root.\n\n```sh\n# install node_modules\nyarn install\n```\n\n### Development workflow\n\nYou may wish to run these commands in separate console tabs / screens.\n\n```sh\n# does two things:\n# - compiles LESS into CSS whenever a less/*.less file changes\n# - builds public/docs.json whenever a docfiles/*.cljsdoc file changes\nnpx grunt watch\n\n# run a local web server on port 9224\n# the port is configurable and defaults to 8888 if not provided\nnode server.js 9224\n\n# compile ClojureScript files\nlein clean \u0026\u0026 lein cljsbuild auto\n\n# build public/index.html\n# NOTE: app.js is generated from \"lein cljsbuild auto\" above\nnode app.js\n\n# create a build into the 00_build directory\nyarn run build-release\n```\n\n## License\n\n[MIT License]\n\n[cljs.info/cheatsheet]:https://cljs.info/cheatsheet\n[Leiningen]:https://leiningen.org\n[Node.js]:https://nodejs.org\n[Yarn]:https://yarnpkg.com/\n[nix-shell]:https://nixos.wiki/wiki/Development_environment_with_nix-shell\n[MIT License]:https://github.com/oakmac/cljs-cheatsheet/blob/master/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fcljs-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fcljs-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fcljs-cheatsheet/lists"}