{"id":20331250,"url":"https://github.com/devzstudio/sublime-snippets","last_synced_at":"2026-03-08T01:08:45.097Z","repository":{"id":102594245,"uuid":"47491404","full_name":"Devzstudio/Sublime-Snippets","owner":"Devzstudio","description":"Sublime Snippets","archived":false,"fork":false,"pushed_at":"2015-12-07T02:28:55.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T15:25:14.176Z","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/Devzstudio.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":"2015-12-06T09:58:27.000Z","updated_at":"2015-12-06T11:28:19.000Z","dependencies_parsed_at":"2023-06-19T03:47:39.137Z","dependency_job_id":null,"html_url":"https://github.com/Devzstudio/Sublime-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/Devzstudio%2FSublime-Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSublime-Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSublime-Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSublime-Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devzstudio","download_url":"https://codeload.github.com/Devzstudio/Sublime-Snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241846199,"owners_count":20030014,"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-14T20:19:23.919Z","updated_at":"2025-12-04T03:05:11.341Z","avatar_url":"https://github.com/Devzstudio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sublime-Snippets\nYour time is valuable \n\nCheck out this short codes which will make your job easier.\n\n\n\n[![Build Status](http://img.shields.io/badge/Version-1.1-green.svg)]( http://img.shields.io/badge/Version-1.1-green.svg )   \u003ca href=\"http://devzstudio.com/donate.php\" title=\"Donate\"\u003e\u003cimg src=\"https://img.shields.io/badge/Donate-$-yellow.svg\" alt=\"Donate\" /\u003e\u003c/a\u003e [![License](http://img.shields.io/badge/License-MIT-lightgrey.svg)](http://img.shields.io/badge/License-MIT-lightgrey.svg)\n\n# Installation\n\n1) Download the zip file \n\n2) Extract the zip file \n\n3) Place the folder into \n\n`C:\\Users\\Devzstudio\\AppData\\Roaming\\Sublime Text 3\\Packages\\User`\n\n\n# Usage\n\nEnter the shortcode and press Tab.\n\n# HTML Snippets\n\n\u003ch6\u003eButton\u003c/h6\u003e\n\n`btn-p` Primary Button\n\n`btn-s`  Success Button\n\n`btn-da` Danger Button\n\n`btn-se`  Secondary Button\n\n`btn-w`  Warning Button\n\n`btn-p-l`\tPrimary Large button\n\n`btn-p-s` Prminary Small button\n\n`btn-p-b` Primary Block button\n\n`btn-da-l`\tDanger Large button\n\n`btn-da-s` Danger Small button\n\n`btn-da-b` Danger Block button\n\n`btn-w-l`\tWarning Large button\n\n`btn-w-s` Warning Small button\n\n`btn-w-b` Warning Block button\n\nSimilarly you can use success button , secondary button with \n\n`-l`  Large \n\n`-b `  Block\n\n`-s` Small\n\nEg : `btn-s-l`\n\n\u003ch6\u003eInput\u003c/h6\u003e\n\n`in:txt` Text Field\n\n`in:radio` Radio button\n\n`in:check` Check button\n\n`in:url` URL Input Field\n\n`in:email` Email Input Field\n\n`in:color` Color Choose Input\n\n`in:date` Date Select\n\n`in:time` Time Select\n\n`in:dt` Date \u0026 Time Select\n\n`in:month` Month Select\n\n`in:week` Week Select\n\n`in:submit` Input Submit\n\n`in:pass` Password Field\n\n`in:search` Search Field\n\n`in:num` Number Field\n\n\n\u003ch6\u003eOther\u003c/h6\u003e\n\n`list`  Generate ul and li tags \n\n`card-text`  Bootstrap card with text\n\n`card-img`  Bootstrap card with image and text\n\n`Table`  Generate table with 3 column and 1 rows \n\n`Style` Link external stylesheet easily\n\n# PHP\n\n`cls` Create a new class\n\n`_c` New constructor\n\n`met` New public method\n\n`pmet` New Protected method\n\n\n# Laravel\n\n`rop` Route::post\n\n`rog` Route::get\n\n`roa` Route::any\n\n`ror` Route::resource\n\n`ext` extends blade\n\n`yie` Yield in blade\n\n`sec` New section\n\n`if:` if in blade\n\n`if:else` if..else in blade\n\n`foreach:` foreach in blade\n\n`inc` include blade file\n\n`form:open` Form open\n\n`form:` Creates a text field \n\n`form:textarea` Creates a textarea\n\n`form:submit` Form submit button\n\n`form:select` Form selectbox\n\n`form:close` Form close\n`rev` Return view\n\n`revc` Return view with compact\n\n# CDN \n\n`cdn-bs3` Add Bootstrap 3 Stylesheets\n\n`cdn-bs3js` Add Bootstrap 3 Javascript\n\n`cdn-jquery` Add Jquery\n\n`cdn-fa` Add Font-awesome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsublime-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzstudio%2Fsublime-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsublime-snippets/lists"}