Skip to content

Instantly share code, notes, and snippets.

View vaugood's full-sized avatar

Vaughn vaugood

View GitHub Profile
@jsmithdev
jsmithdev / LWC_META.js-meta.xml
Created April 15, 2019 22:37
Example LWC metadata xml file to pull into vs code.
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="urn:metadata.tooling.soap.sforce.com" fqn="LWC_NAME">
<apiVersion>45.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>LWC_NAME</masterLabel>
<description>LWC_DESC</description>
<targets>
@JosefJezek
JosefJezek / how-to-use-pelican.md
Last active March 13, 2025 08:47
How to use Pelican on GitHub Pages