{"id":13744117,"url":"https://github.com/simongregory/flexunit.tmbundle","last_synced_at":"2026-02-10T21:32:08.395Z","repository":{"id":66665854,"uuid":"731026","full_name":"simongregory/flexunit.tmbundle","owner":"simongregory","description":"TextMate support for the FlexUnit ActionScript 3 testing framework.","archived":false,"fork":false,"pushed_at":"2010-07-12T20:24:01.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-04T15:47:09.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.simongregory.com","language":"ActionScript","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/simongregory.png","metadata":{"files":{"readme":"README.mdown","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":"2010-06-20T20:57:44.000Z","updated_at":"2013-10-13T11:12:25.000Z","dependencies_parsed_at":"2023-02-20T08:40:16.404Z","dependency_job_id":null,"html_url":"https://github.com/simongregory/flexunit.tmbundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simongregory/flexunit.tmbundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongregory%2Fflexunit.tmbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongregory%2Fflexunit.tmbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongregory%2Fflexunit.tmbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongregory%2Fflexunit.tmbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simongregory","download_url":"https://codeload.github.com/simongregory/flexunit.tmbundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongregory%2Fflexunit.tmbundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08-03T05:01:03.347Z","updated_at":"2026-02-10T21:32:08.375Z","avatar_url":"https://github.com/simongregory.png","language":"ActionScript","readme":"TextMate FlexUnit Bundle\n========================\n\nThis Bundle provides [TextMate][tm] support for working with the [FlexUnit 4][fu]\ntesting framework. This is **work in progress** so please [fork][fork] and contribute!\n\nFeatures:\n\n * Metadata snippets\n * Assert snippets\n\nInstallation\n------------\n\nVia download:\n\n * Open this [link][as3_fu_bundle_zip]\n * Unzip the download  \n * Rename the folder to 'FlexUnit.tmbundle'\n * Double-click  \n * TextMate handles the rest!  \n\nTo install via Git:\n\n\t\tcd ~/\"Library/Application Support/TextMate/Bundles/\"\n\t\tgit clone git://github.com/simongregory/flexunit.tmbundle.git \"FlexUnit.tmbundle\"\n\t\tosascript -e 'tell app \"TextMate\" to reload bundles'\n\nThe [ActionScript 3.tmbundle][as3_bundle] is also required. Once installed it needs\nbe made aware of the FlexUnit bundle. This is done by adding 'FlexUnit'\nto the `TM_AS3_TEMPLATE_BUNDLES` variable of the 'Settings' preference in the\n'ActionScript 3' under **Bundles \u003e Bundle Editor \u003e Show Bundle Editor**.\n\nConventions\n-----------\n\nActionScript formatting follows the [guidelines][fx_conventions] Adobe \nuse for the Flex SDK.\n\nBundle authorship uses the [TextMate conventions][tm_conventions]. \n\nSupport\n-------\n\n * [Issue tracker][issue_tracker]\n * [Repository][repo]\n\nFor general questions please use the [TextMate Users mailing list][tm_mailing_list].\nBugs and issues should be reported via the [issue tracker][issue_tracker].\nSource can be viewed and forked via the [GitHub repository][repo]. For FlexUnit\ninfo see the [FlexUnit wiki][fu_wiki].\n\nMaintainer\n----------\n\n[Simon Gregory][sg_blog]\n\nLicense\n-------\n\nIf not otherwise specified (see below), files in this project fall under the following license:\n\n\t\tCopyright 2009 Simon Gregory\n\n\t\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\t\tof this software and associated documentation files (the \"Software\"), to deal\n\t\tin the Software without restriction, including without limitation the rights\n\t\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\t\tcopies of the Software, and to permit persons to whom the Software is\n\t\tfurnished to do so, subject to the following conditions:\n\n\t\tThe above copyright notice and this permission notice shall be included in\n\t\tall copies or substantial portions of the Software.\n\n\t\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\t\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\t\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\t\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\t\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\t\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\t\tTHE SOFTWARE.\n\nAn exception is made for files in readable text which contain their own license \ninformation, or files where an accompanying file exists (in the same directory) \nwith a “-license” suffix added to the base-name name of the original file, and\nan extension of txt, html, or similar.\n\n[fu]: http://flexunit.org\n[tm]: http://macromates.com\n[as3_bundle]: http://github.com/simongregory/actionscript3-tmbundle/tree/master\n[as3_fu_bundle_zip]: http://github.com/simongregory/flexunit.tmbundle/zipball/master\n[issue_tracker]: http://github.com/simongregory/flexunit.tmbundle/issues\n[repo]: http://github.com/simongregory/flexunit.tmbundle/\n[fork]: http://github.com/simongregory/flexunit.tmbundle/fork\n[sg_blog]: http://blog.simonregory.com\n[tm_conventions]: http://svn.textmate.org/trunk/Conventions.txt\n[tm_env_vars]: http://manual.macromates.com/en/environment_variables\n[tm_mailing_list]: http://lists.macromates.com/listinfo/textmate\n[fx_conventions]: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions\n[fu_wiki]: http://docs.flexunit.org/\n\n[adobe_flash]: http://www.adobe.com/products/flashplayer/\n[adobe_flash_tool]: http://www.adobe.com/products/flash/\n","funding_links":[],"categories":["Frameworks"],"sub_categories":["Unit Testing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongregory%2Fflexunit.tmbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimongregory%2Fflexunit.tmbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongregory%2Fflexunit.tmbundle/lists"}