{"id":16702202,"url":"https://github.com/vkatsuba/rebar3_plugin","last_synced_at":"2025-04-10T04:21:42.185Z","repository":{"id":44590407,"uuid":"421778081","full_name":"vkatsuba/rebar3_plugin","owner":"vkatsuba","description":"The rebar3 plugin template","archived":false,"fork":false,"pushed_at":"2023-03-25T19:02:42.000Z","size":20,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T05:36:40.189Z","etag":null,"topics":["erlang","rebar3","rebar3-plugin","rebar3-template"],"latest_commit_sha":null,"homepage":"https://medium.com/erlang-battleground/the-rebar3-plugin-a-simple-rebar3-template-to-fast-build-your-plugins-71ab0129456b","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vkatsuba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-10-27T10:45:51.000Z","updated_at":"2025-02-22T05:46:31.000Z","dependencies_parsed_at":"2025-02-16T14:37:56.370Z","dependency_job_id":"e4de7b03-b7ea-4f0a-8782-4831296da5ba","html_url":"https://github.com/vkatsuba/rebar3_plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkatsuba%2Frebar3_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkatsuba%2Frebar3_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkatsuba%2Frebar3_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkatsuba%2Frebar3_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vkatsuba","download_url":"https://codeload.github.com/vkatsuba/rebar3_plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155436,"owners_count":21056638,"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":["erlang","rebar3","rebar3-plugin","rebar3-template"],"created_at":"2024-10-12T18:47:11.714Z","updated_at":"2025-04-10T04:21:42.168Z","avatar_url":"https://github.com/vkatsuba.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rebar3_plugin\n\nA `rebar_plugin` is a simple [rebar3](http://rebar3.org) `GitHub` template which includes\nthe basic functionality that will be used in any `rebar3` plugin, as well as a ready-made template for `GitHub Actions`, `GitHub Issue Templates`, and the configuration for some useful tools like `dialyzer`, `xref`, `hank`, etc.\n\n## How it works\n* On the main page of this repository, you should find and click a button called `Use this template`.\n* Add `Repository name` and `Description` for your particular plugin.\n* Then clone and build your template plugin and push it into your GitHub repository\n* Finally, run `./bootsrap` to setup your repository using the name you've chosen.\n```sh\n$ git clone https://github.com/yourname/your_rebar3_plugin_repo.git\n$ cd your_rebar3_plugin_repo\n$ ./bootstrap\n$ git add .\n$ git commit -m \"Base rebar3 template\"\n$ git push origin main\n```\n## Commands\nCurrently supports the following commands:\n* `bootstrap` - build by default with adding useful tools like `dialyzer`, `xref`, `hank`, etc\n```sh\n$ ./bootstrap\n$ tree -a\n├── .github\n│   ├── ISSUE_TEMPLATE\n│   │   ├── bug_report.md\n│   │   ├── feature_request.md\n│   │   └── other_issues.md\n│   └── workflows\n│       └── ci.yaml\n├── src\n│   ├── rebar3_plugin.app.src\n│   ├── rebar3_plugin.erl\n│   └── rebar3_plugin_prv.erl\n└── test\n    └── rebar3_plugin_SUITE.erl\n├── .gitignore\n├── LICENSE\n├── README.md\n├── CHANGELOG.md\n├── rebar.config\n├── elvis.config\n├── rebar.lock\n```\n* `bootstrap clean` - build without adding useful tools, configs, GitHub folder\n```sh\n$ ./bootstrap\n$ tree -a\n├── src\n│   ├── rebar3_plugin.app.src\n│   ├── rebar3_plugin.erl\n│   └── rebar3_plugin_prv.erl\n└── test\n    └── rebar3_plugin_SUITE.erl\n├── .gitignore\n├── LICENSE\n├── README.md\n├── CHANGELOG.md\n├── rebar.config\n├── rebar.lock\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkatsuba%2Frebar3_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkatsuba%2Frebar3_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkatsuba%2Frebar3_plugin/lists"}