{"id":25227958,"url":"https://github.com/codegyan-llc/advanced-html-snippets","last_synced_at":"2025-04-05T13:16:51.037Z","repository":{"id":266882011,"uuid":"899629603","full_name":"Codegyan-LLC/advanced-html-snippets","owner":"Codegyan-LLC","description":"A collection of handy HTML snippets designed to speed up your web development workflow. This extension includes basic HTML boilerplates, common HTML tags, and other useful snippets for HTML coding.","archived":false,"fork":false,"pushed_at":"2025-01-11T10:13:38.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-11T04:13:42.853Z","etag":null,"topics":["codegyan","html-snippet","prathmeshyelne","vs","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Codegyan.advanced-html-snippets","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/Codegyan-LLC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["prathmeshyelne"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2024-12-06T17:03:05.000Z","updated_at":"2025-01-11T10:10:16.000Z","dependencies_parsed_at":"2024-12-06T18:47:38.769Z","dependency_job_id":null,"html_url":"https://github.com/Codegyan-LLC/advanced-html-snippets","commit_stats":null,"previous_names":["codegyan-llc/advanced-html-snippets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codegyan-LLC%2Fadvanced-html-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codegyan-LLC%2Fadvanced-html-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codegyan-LLC%2Fadvanced-html-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codegyan-LLC%2Fadvanced-html-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codegyan-LLC","download_url":"https://codeload.github.com/Codegyan-LLC/advanced-html-snippets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339155,"owners_count":20923014,"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":["codegyan","html-snippet","prathmeshyelne","vs","vscode-extension"],"created_at":"2025-02-11T09:13:31.729Z","updated_at":"2025-04-05T13:16:51.014Z","avatar_url":"https://github.com/Codegyan-LLC.png","language":null,"funding_links":["https://github.com/sponsors/prathmeshyelne"],"categories":[],"sub_categories":[],"readme":"# Advanced HTML Snippets for Visual Studio Code\n\nA collection of handy HTML snippets designed to speed up your web development workflow. This extension includes basic HTML boilerplates, common HTML tags, and other useful snippets for HTML coding.\n\n## Features\n\n- **Basic HTML5 Boilerplate**: Quickly insert a basic HTML5 structure with a single snippet.\n- **HTML Link Tag**: Add a link tag for external stylesheets.\n- **Other HTML Tags**: Includes snippets for tags like `div`, `a`, `img`, `button`, and more.\n\n## Installation\n\n### Via VS Code Marketplace\n\n1. Open **Visual Studio Code**.\n2. Navigate to the **Extensions** view by clicking the Extensions icon in the Activity Bar on the side of the window or pressing `Ctrl+Shift+X`.\n3. Search for `Advanced HTML Snippets` in the Extensions Marketplace.\n4. Click **Install**.\n\n### Manually (for development or testing)\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Codegyan-LLC/advanced-html-snippets.git\n   ```\n\n2. Open the project folder in Visual Studio Code.\n3. Press F5 to run and test the extension in a new VS Code window.\n\n## Usage\nOnce installed, you can use the following snippets by typing their prefix and hitting Tab to expand them:\n\n### Available Snippets\n\n- !html5: Inserts a basic HTML5 boilerplate structure.\n- !!html5: Inserts a advanced HTML5 boilerplate structure.\n- link: Adds an HTML \u0026lt;link\u0026gt; tag for including an external stylesheet.\n- div: Inserts a  \u0026lt;div\u0026gt; tag.\n- a: Inserts an  \u0026lt;a\u0026gt; tag for links.\n- img: Adds an  \u0026lt;img\u0026gt; tag for images.\n- button: Inserts a  \u0026lt;button\u0026gt; tag.\n\n### Example:\n1. In an HTML file, type !html5 and press Tab.\n2. The following code will be inserted:\n\n![Code](images/code.png)\n\n## How to Contribute\nWe welcome contributions to this extension! If you would like to add more snippets or improve the extension, feel free to fork the repository, make changes, and submit a pull request.\n\n## Steps to Contribute:\n1. Fork the repository.\n2. Clone your fork:\n```bash\ngit clone https://github.com/Codegyan-LLC/advanced-html-snippets.git\n```\n3.Create a new branch:\n```bash\ngit checkout -b feature-name\n```\n4. Make your changes (e.g., add new snippets).\n5. Commit your changes:\n```bash\ngit commit -m \"Added new snippets\"\n```\n6. Push to your fork:\n```bash\ngit push origin feature-name\n```\nOpen a pull request on the original repository.\n\n## License\nThis project is licensed under the **[MIT license](https://opensource.org/licenses/MIT)**. See the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegyan-llc%2Fadvanced-html-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegyan-llc%2Fadvanced-html-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegyan-llc%2Fadvanced-html-snippets/lists"}