{"id":17877126,"url":"https://github.com/herrjulz/vim-concourse-snippets","last_synced_at":"2026-01-15T22:38:31.373Z","repository":{"id":69923604,"uuid":"136671304","full_name":"herrjulz/vim-concourse-snippets","owner":"herrjulz","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-08T22:53:04.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T15:14:05.172Z","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/herrjulz.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-08T22:26:10.000Z","updated_at":"2018-06-08T22:53:05.000Z","dependencies_parsed_at":"2023-06-08T14:01:43.858Z","dependency_job_id":null,"html_url":"https://github.com/herrjulz/vim-concourse-snippets","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/herrjulz%2Fvim-concourse-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fvim-concourse-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fvim-concourse-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fvim-concourse-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herrjulz","download_url":"https://codeload.github.com/herrjulz/vim-concourse-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916743,"owners_count":20854511,"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-28T11:45:23.891Z","updated_at":"2026-01-15T22:38:31.345Z","avatar_url":"https://github.com/herrjulz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Concourse Snippets\n\nThis is are snippets of the most common properties I use when creating concourse config YAML files. The snippets follow a specific syntax, which is:\n\n`cc\u003cproperty-name\u003e\u003cspecifics\u003e`\n\nwhere, \n\n- `cc`=concourse \n- `\u003cproperty-name\u003e`=name of a config property (eg job, task, etc.)\n- `\u003cspecifics\u003e`=somthing specific for a specific property (eg. git put declaration)\n\nExample: `ccgit` creates:\n\n```yaml\n- name: name\n  type: git\n  source:\n    uri: git@github.com:author/repo.git\n    branch: master\n    private_key: key\n```\n\nwhereas `ccgitput` creates:\n\n```yaml\n- put: repo\n  params: \n  repository: some-other-repo\n```\n\n## Requirements\n\n- [SnipMate](https://github.com/garbas/vim-snipmate)\n\n## Installation\n\n### Pathogen\n\n```bash\n$ git clone https://github.com/JulzDiverse/vim-concourse-snippets ~/.vim/bundle/vim-concourse-snippets\n```\n\n### Usage/Commands\n\nOpen a `.yml` or `.yaml` file, in insert mode and type any of the following commands and hit \\\u003ctab\\\u003e (and continously hit \\\u003ctab\\\u003e to get to the next field):\n\n```\nPlan specific:\n- ccjob\n- cctask\n- cctaskf (creates a task with a file reference)\n- cctaskfile (creates a task file)\n- ccget\n- ccgit \n\nResources specific:\n- ccgit\n- ccgitput\n- cctimeinterval\n- cctimerange\n- ccdocker\n- ccpool\n- ccslackrt (slack resource type) \n- ccslack\n- ccslackput\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrjulz%2Fvim-concourse-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherrjulz%2Fvim-concourse-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrjulz%2Fvim-concourse-snippets/lists"}