https://github.com/pauliorandall/svelte-lib-template
A minimalist template for quickly creating Svelte and SvelteKit related libraries
https://github.com/pauliorandall/svelte-lib-template
Last synced: 2 months ago
JSON representation
A minimalist template for quickly creating Svelte and SvelteKit related libraries
- Host: GitHub
- URL: https://github.com/pauliorandall/svelte-lib-template
- Owner: PaulioRandall
- License: mit
- Created: 2024-06-29T09:29:45.000Z (12 months ago)
- Default Branch: trunk
- Last Pushed: 2024-10-01T11:58:18.000Z (8 months ago)
- Last Synced: 2025-02-03T20:20:10.111Z (4 months ago)
- Language: Svelte
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/PaulioRandall/___TODO_NAME___/releases)
[](https://github.com/PaulioRandall/___TODO_NAME___/releases)> 1: Find and replace content in the project using patterns `___TODO_[A-Z]+___` & `\*\*_TODO_[A-Z]+_\*\*` using your project's specific details.
> 2: `npx npm-check-updates -u`
> 3: `npm i`
> 4: `npm run commit`
> 5: Delete this quote from `README.template.md`# **_TODO_NAME_**
**_TODO_DESC_**.
**Requires Svelte version 4.**
## Made to be Plundered
Fork, pillage, and plunder! Do whatever as long as you adhere to the project's permissive MIT license.
## Components
### ``
Component description.
```svelte
// Description of the module prop.
export const moduleProp```
```svelte
// Description of the prop.
export let prop = "Default value"// Description of the set context.
setContext("ctx", ...)```
```svelte
```