{"id":15377490,"url":"https://github.com/mislav/thor-tasks","last_synced_at":"2025-04-14T08:43:22.167Z","repository":{"id":425250,"uuid":"45299","full_name":"mislav/thor-tasks","owner":"mislav","description":"GitHub tasks for Thor","archived":false,"fork":false,"pushed_at":"2008-08-24T19:11:47.000Z","size":79,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T15:55:11.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/mislav.png","metadata":{"files":{"readme":"README.markdown","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":"2008-08-23T17:00:13.000Z","updated_at":"2020-07-29T11:23:44.000Z","dependencies_parsed_at":"2022-07-08T04:56:35.544Z","dependency_job_id":null,"html_url":"https://github.com/mislav/thor-tasks","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/mislav%2Fthor-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fthor-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fthor-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fthor-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislav","download_url":"https://codeload.github.com/mislav/thor-tasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248849977,"owners_count":21171678,"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-01T14:12:00.792Z","updated_at":"2025-04-14T08:43:22.146Z","avatar_url":"https://github.com/mislav.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Thor tasks\n==========\n\nGetting started: install [Thor](http://github.com/wycats/thor/tree/master) if you haven't.\n\n    gem install wycats-thor\n\nYou can install these tasks directly from the web:\n\n    thor install http://github.com/mislav/thor-tasks/tree/master/github.thor?raw=true\n\nIf you want to inspect and try out the tasks **without** installing, you should clone the repo:\n\n    git clone git://github.com/mislav/thor-tasks.git\n    cd thor-tasks\n    thor list\n\nThat command will get you a list of tasks together with their usage information. So, if you like them:\n\n    thor install github.thor --as GitHub\n\nLater you'll wish to update:\n\n    git pull\n    thor update GitHub\n\nOn update, Thor will try to fetch the tasks from the same source you specified during install.\n\nThat's it. And now for a bit of fun.    \n\n\nGitHub tasks\n------------\n\nImagine the most common GitHub scenario: somebody forked your project, and now you want to pull changes from it. This is where the `track` task comes in:\n\n    github:track mislav\n\nA `remote add`, `fetch` and tracking branch creation happens behind the scenes:\n\n    git remote add mislav git://github.com/mislav/repo-name.git\n    git fetch --no-tags mislav master:refs/remotes/mislav/master\n    git branch mislav --track mislav/master\n\nSaved us a lot of typing, didn't it? The `create` task is even better:\n\n    github:create new-repo\n\nThis asks you for your GitHub login, sends out a HTTP request to create a new repository and creates this setup:\n\n    git remote add origin git@github.com:user/new-repo.git\n    git push origin master\n    git config branch.master.remote origin\n    git config branch.master.merge refs/heads/master\n\nUploading your project to GitHub has never been quicker!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fthor-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislav%2Fthor-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fthor-tasks/lists"}