{"id":20123989,"url":"https://github.com/mjovanc/hugin-cli","last_synced_at":"2025-08-07T05:10:30.697Z","repository":{"id":60134538,"uuid":"539622918","full_name":"mjovanc/hugin-cli","owner":"mjovanc","description":"A CLI based private chat application. Powered by the Kryptokrona Blockchain.","archived":false,"fork":false,"pushed_at":"2023-09-28T20:22:54.000Z","size":19103,"stargazers_count":14,"open_issues_count":31,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-28T23:24:16.646Z","etag":null,"topics":["blockchain","c","clang","crypto","cryptocurrency","cryptography","gcc","hugin","kryptokrona","make","makefile","ncurses","njord","xkr"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjovanc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":["mjovanc"],"patreon":"mjovanc","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-09-21T18:06:32.000Z","updated_at":"2023-09-28T23:24:28.116Z","dependencies_parsed_at":"2023-02-19T11:46:01.538Z","dependency_job_id":"97e1ceeb-c015-401c-b923-d491a8016e18","html_url":"https://github.com/mjovanc/hugin-cli","commit_stats":null,"previous_names":["mjovanc/hugin-cli"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjovanc%2Fhugin-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjovanc%2Fhugin-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjovanc%2Fhugin-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjovanc%2Fhugin-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjovanc","download_url":"https://codeload.github.com/mjovanc/hugin-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224517397,"owners_count":17324407,"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":["blockchain","c","clang","crypto","cryptocurrency","cryptography","gcc","hugin","kryptokrona","make","makefile","ncurses","njord","xkr"],"created_at":"2024-11-13T19:47:19.290Z","updated_at":"2024-11-13T19:47:19.794Z","avatar_url":"https://github.com/mjovanc.png","language":"C","funding_links":["https://github.com/sponsors/mjovanc","https://patreon.com/mjovanc"],"categories":[],"sub_categories":[],"readme":"# Hugin CLI\n\n[![Hugin CLI Main Pipeline](https://github.com/mjovanc/hugin-cli/actions/workflows/main-ci.yml/badge.svg)](https://github.com/mjovanc/hugin-cli/actions/workflows/main-ci.yml)\n\nA private messaging CLI based Hugin Messenger. Powered by the Kryptokrona Blockchain.\n\n## Table of Contents\n\n- [Development Resources](#development-resources)\n- [Testing](#testing)\n  - [Unit testing](#unit-testing)\n- [CI/CD](#cicd)\n- [Checklist before release](#checklist-before-release)\n- [Contribute](#contribute)\n  - [Pull request](#pull-request)\n- [Contributors](#contributors)\n- [License](#license)\n\n## Development Resources\n\n- Web: https://kryptokrona.org\n- GitHub: https://github.com/mjovanc/hugin-cli\n- Wiki: https://github.com/mjovanc/hugin-cli/wiki\n- Discussions: https://github.com/mjovanc/hugin-cli/discussions\n- Hugin: Hugin Development group on Hugin Messenger (currently only GUI version): `4820de8e26d21981afe6de2ff7b62fa6aa01126482ca0faeff151886c73619e5` \\\n  It is HIGHLY recommended to join our board on Hugin Messenger if you want to contribute to stay up to date on what is happening on the project.\n- Twitter: https://twitter.com/mjovanc\n\n## Testing\n\n### Unit testing\n\nWe use CUnit for the unit testing of this project. The unit tests are located in dir `test` with the same structure as the file being tested\nincludes in.\n\n## CI/CD\n\nThis project is automatically built, tested and deployed using GitHub Actions. We have two pipelines:\n\n- **Main Pipeline** - This is the pipeline that runs the code merged into our master branch.\n- **Pull Request Pipeline** - This is the pipeline that runs each time a pull request come in so the reviewer has some\n  help evaluating if the code is good enough to be merged.\n\nThe Main Pipeline do everything the Pull Request Pipeline does in addition to building and publishing a Docker Image to\nthe project tagged by the project name, owner, repository and short form of commit SHA value. We also setup continuous\ndeployment so if all the steps succeed and if tagged with a release it will publish to various package managers such as APT, Snapcraft etc.\n\n## Checklist before release\n\n1. Edit the file in `config/version.h` and bump up the version.\n2. Update the release in this README in the [Releases](#releases) section and set YES on \"Released\", add the release if it doesn't\nexists in the table.\n3. Create PR and wait for review + merge.\n4. Create a tag on master `git tag v*.*.*`\n5. Push the changes `git push origin \u003ctag_name\u003e` to trigger a new build and to publish to various package managers.\n\n## Contribute\n\n### Pull request\n\nWe appreciate all contributions whether it be small changes such as documentation of source code to major improvement of\ncode. The easiest way is to make a fork and then make a pull request into our master branch.\n\n## Contributors\n\nThe following contributors have either helped to start this project, have contributed\ncode, are actively maintaining it (including documentation), or in other ways\nbeing awesome contributors to this project. **We'd like to take a moment to recognize them.**\n\n[\u003cimg src=\"https://github.com/mjovanc.png?size=72\" alt=\"mjovanc\" width=\"72\"\u003e](https://github.com/mjovanc)\n\n## License\n\nThe license is BSD-3 License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjovanc%2Fhugin-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjovanc%2Fhugin-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjovanc%2Fhugin-cli/lists"}