{"id":17041960,"url":"https://github.com/cloudhead/erlapp.template","last_synced_at":"2025-04-12T14:41:59.784Z","repository":{"id":1591408,"uuid":"2108920","full_name":"cloudhead/erlapp.template","owner":"cloudhead","description":"minimal erlang/OTP rebar template","archived":false,"fork":false,"pushed_at":"2012-05-14T12:17:19.000Z","size":99,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T09:12:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/cloudhead.png","metadata":{"files":{"readme":"README","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}},"created_at":"2011-07-26T19:39:21.000Z","updated_at":"2024-02-14T20:10:06.000Z","dependencies_parsed_at":"2022-08-28T11:00:16.240Z","dependency_job_id":null,"html_url":"https://github.com/cloudhead/erlapp.template","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/cloudhead%2Ferlapp.template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Ferlapp.template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Ferlapp.template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Ferlapp.template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudhead","download_url":"https://codeload.github.com/cloudhead/erlapp.template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248582969,"owners_count":21128483,"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-14T09:14:19.272Z","updated_at":"2025-04-12T14:41:59.761Z","avatar_url":"https://github.com/cloudhead.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n      erlapp.template\n\n           a basic erlang/OTP application skeleton\n\nThis is a minimal erlang/OTP app, with everything you need to get up and\nrunning. It tries to follow best practices, while providing everything necessary\nto start development.\nCompared to rebar's \"create-app\", erlapp is much more complete. It includes\nthe following files and folders:\n    \n      ebin/                % .app and .beam files\n      deps/                % dependencies\n      dev/\n      | start              % startup script\n      | start.args         % startup arguments\n      |\n      priv/                % application-specific files\n      src/\n      | erlapp.app.src     % erlapp.app template\n      | erlapp.erl         % entry-point\n      | erlapp_app.erl     % application\n      | erlapp_sup.erl     % supervisor\n      | erlapp_server.erl  % gen_server\n      |\n      Makefile\n      rebar.config\n      .gitignore\n\nerlapp also comes with the sync \u003chttps://github.com/rustyio/sync\u003e utility,\nwhich recompiles and reloads changed code. \n\ninstall\n-------\n\nMake sure you have the latest version of rebar installed, then clone this\nrepo into ~/rebar/templates.\n\n    $ mkdir -p ~/.rebar/templates\n    $ cd ~/.rebar/templates\n    $ git clone --recursive git://github.com/cloudhead/erlapp.template.git\n\nsetup\n-----\n\nCreate the app skeleton, set `appid` to the app name\n\n    $ rebar create template=erlapp appid=myapp\n\nBuild the application\n\n    $ make all\n\nStart the development console\n\n    $ dev/start\n\nModules should get recompiled/reloaded when their source is changed. You can also\ncompile the whole project with `make`. Check the Makefile for additional commands.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Ferlapp.template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudhead%2Ferlapp.template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Ferlapp.template/lists"}