{"id":16331878,"url":"https://github.com/jansanchez/flux_snippets","last_synced_at":"2026-01-22T08:34:23.265Z","repository":{"id":26603460,"uuid":"30058464","full_name":"jansanchez/Flux_Snippets","owner":"jansanchez","description":"Flux Snippets for sublime text","archived":false,"fork":false,"pushed_at":"2015-09-25T15:30:13.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T16:41:33.587Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jansanchez.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-01-30T05:56:25.000Z","updated_at":"2015-09-25T15:31:31.000Z","dependencies_parsed_at":"2022-07-27T08:32:24.601Z","dependency_job_id":null,"html_url":"https://github.com/jansanchez/Flux_Snippets","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jansanchez/Flux_Snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanchez%2FFlux_Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanchez%2FFlux_Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanchez%2FFlux_Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanchez%2FFlux_Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jansanchez","download_url":"https://codeload.github.com/jansanchez/Flux_Snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanchez%2FFlux_Snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-10T23:28:49.009Z","updated_at":"2026-01-22T08:34:23.250Z","avatar_url":"https://github.com/jansanchez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Flux Snippets\n\n\u003e Snippets of Sublime Text for Flux\n\n## Getting Started\n\n#### **Jade:**\n\n-  View\n\n\u003eFor example in a file called *new.jade*, we do write 'view' and then press the 'TAB' key.\n\n```js\nview\n```\n\nAnd then we get something like this:\n\n```js\n\nextends ../../../layout/layout.jade\n\n//- @view   : new\n//- @main   : my_module/account\n//- @author : \n\nblock content\n    \n```\n\nEvery time that we press the 'TAB' key, the cursor will displace of line on line.\n\n\n#### **CoffeeScript:**\n\n-  Add\n\n\u003eFor example in a file called *new.coffee* , we do write 'add' and then press the 'TAB' key.\n\n```js\nadd\n```\n\nAnd then we get something like this:\n\n```js\n\n###\nModule description\n@class new\n@main my_module/account\n@author \n###\n\nyOSON.AppCore.addModule \"new\", (Sb) -\u003e\n    \n```\n\n\n#### **Stylus:**\n\n-  Controller\n\n\u003eFor example in a file called *new.styl* , we do write 'controller' and then press 'TAB' key.\n\n```js\ncontroller\n```\n\nAnd then we get something like this:\n\n```css\n\n/*!!\n *\n * @controller : affiliation\n * @module     : my_module\n * @author     : \n *\n */\n\n@require '../../_config/*'\n@require '../../_mixins/*'\n\n    \n```\n\n-  View\n\n```js\nview\n```\n\nAnd then we get something like this:\n\n```css\n\n/*!!\n *\n * @view       : \n * @controller : affiliation\n * @module     : my_module\n * @author     : \n *\n */\n    \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjansanchez%2Fflux_snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjansanchez%2Fflux_snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjansanchez%2Fflux_snippets/lists"}