{"id":18980809,"url":"https://github.com/sublimetext/rake","last_synced_at":"2025-04-19T19:13:55.783Z","repository":{"id":66974248,"uuid":"2136986","full_name":"SublimeText/Rake","owner":"SublimeText","description":"Sublime Text 2 plugin for Ruby Rake","archived":false,"fork":false,"pushed_at":"2014-11-07T09:47:36.000Z","size":145,"stargazers_count":15,"open_issues_count":1,"forks_count":5,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-29T12:11:13.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/SublimeText.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}},"created_at":"2011-08-01T14:07:34.000Z","updated_at":"2016-07-21T14:15:33.000Z","dependencies_parsed_at":"2023-02-20T15:45:46.880Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/Rake","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/SublimeText%2FRake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FRake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FRake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FRake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/Rake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239345,"owners_count":21235852,"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-11-08T16:07:48.215Z","updated_at":"2025-04-16T12:31:13.424Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\n[Rake](http://rake.rubyforge.org/) is a simple ruby build program with capabilities similar to make. This package adds support to Sublime Text for developing Ceedling applications.\n\nRake has the following features:\n\n* Rakefiles (rake‘s version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?)\n* Users can specify tasks with prerequisites.\n* Rake supports rule patterns to synthesize implicit tasks.\n* Flexible FileLists that act like arrays but know about manipulating file names and paths.\n* A library of prepackaged tasks to make building rakefiles easier.\n\nPackage Installation\n====================\n**Preferred:** Using [Package Control](https://sublime.wbond.net/), select `Package Control: Install` in the Command Palette, search for `Rake`, and hit Enter.\n\nTo clone manually, bring up a command line in the `Packages/` folder of your Sublime user folder (locate it using **`Preferences -\u003e Browse Packages...`**), and execute the following:\n\n    git clone git://github.com/SublimeText/Rake.git\n\nWhen you launch Sublime Text, it will pick up the contents of this package so that you can consume the goodness that it provides.\n\nFeatures\n========\n* Adds a `Rake.sublime-build` that will simply execute 'rake' with no arguments (default task)\n* The `rake.py` Sublime Text plugin adds a `rake` Sublime Text command that can be used in any custom keybindings and/or menu items.\n\t* Automatically calls the proper flavor of rake per OS (e.g. `rake` on OSX and Linux; `rake.bat` on Windows)\n\t* The `rake` command is based off of the `exec` command, but takes different parameters\n\t\t* e.g. the `\"cmd\"` parameter is replaced by:\n\t\t\t* `\"prefix\"` - text/parameters to be tacked on prior to `rake` on the command line (e.g. [`\"bundle\"`, `\"exec\"`])\n\t\t\t* `\"tasks\"` - array of tasks to be executed in order (e.g. [\"clobber\", \"test:all\"])\n\t\t\t* `\"options\"` - array of extra parameters to be appended after the tasks (e.g [`\"--trace\"`])\n\t\t* Most of the other parameters supported by the 'exec' command are supported as well:\n\t\t\t* `\"file_regex\"`\n\t\t\t* `\"line_regex\"`\n\t\t\t* `\"working_dir\"`\n\t\t\t* `\"env\"`\n\nPlanned Features\n================\n* Dynamically create entries in the Command Pallette for described rake tasks\n\nExample Usage\n-------------\nKey Binding:\n\n    { \"keys\": [\"f4\"], \"command\": \"rake\", \"args\": {\"tasks\": [\"clobber\", test:all\"] } }\n\nResult: (pressing F4 will execute the following):\n\n    rake clobber test:all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Frake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Frake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Frake/lists"}