{"id":17933259,"url":"https://github.com/lunks/int","last_synced_at":"2025-07-08T11:05:17.010Z","repository":{"id":7108091,"uuid":"8401060","full_name":"lunks/int","owner":"lunks","description":"asynchronous continuous integration","archived":false,"fork":false,"pushed_at":"2013-11-01T18:29:52.000Z","size":407,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-03T11:16:40.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/lunks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-25T02:51:27.000Z","updated_at":"2014-06-13T22:15:10.000Z","dependencies_parsed_at":"2022-09-17T20:01:36.872Z","dependency_job_id":null,"html_url":"https://github.com/lunks/int","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lunks/int","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunks","download_url":"https://codeload.github.com/lunks/int/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264257445,"owners_count":23580468,"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-28T21:38:13.751Z","updated_at":"2025-07-08T11:05:16.993Z","avatar_url":"https://github.com/lunks.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## int, asynchronous continuous integration\n\nint is a simple way to ensure your code is always on sync, fully tested\nand has full test coverage. All without a different CI machine. This is\nmeant to run right from the developer's machine.\n\n## Requirements\n\n* OSX and Linux are currently supported.\n\n* [heroku-toolbelt](https://toolbelt.heroku.com/). You can either\ninstall it with `brew install heroku-toolbelt` or use the package\nprovided for your OS.\n\n* RSpec for testing.\n\n* We use simplecov for code coverage.\n\n## Getting Started\n\n### OSX\n\nInstall using brew and follow the instructions that follow.\n\n```\n$ brew install https://raw.github.com/Helabs/int/master/int.rb\n```\n\n\n### Linux\n\nMake a `git clone` of int and add the `/bin/int` path on `.bashrc`, like:\n```\n$ eval \"$(/home/your_user/path/to/int/bin/int init -)\"\n```\n\n## Upgrading\n### OSX\nYou can upgrade by using brew.\n\n```shell\n$ brew upgrade int\n```\nIf you were using a version before `0.0.1`, remove it before installing\nthis one.\n\n### Linux\n\nYou can upgrade by doing a `git pull` in int folder. And voilá.\n\n## Usage\n\n* Run `int setup` into your working directory. Read its contents for\n  more info.\n\n* Finally, integrate your code!\n\n```shell\n$ int run\n```\n\nYou can checkout the list of tasks on the [int-run](libexec/int-run) command.\n\n## Deploying to production\n\n* Add your Heroku production app to `.int`:\n\n```yml\nproduction:\n  app: my-app-production\n```\n\n* Checkout your production branch, merge anything if necessary:\n\n```shell\n$ git checkout -b production\n$ git merge master\n```\n\n* Finally, integrate to production!\n\n```shell\n$ int run production\n```\n\n## Features/Problems\n\n* We only support OSX, even if Linux probably works (pull requests\n  welcome);\n* We only support RSpec;\n* We only support Rails.\n\n## License\n\nint is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Fint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunks%2Fint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Fint/lists"}