An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Made to be Plundered](https://img.shields.io/badge/Made%20to%20be%20Plundered-royalblue)
[![Latest version](https://img.shields.io/github/v/release/PaulioRandall/___TODO_NAME___)](https://github.com/PaulioRandall/___TODO_NAME___/releases)
[![Release date](https://img.shields.io/github/release-date/PaulioRandall/___TODO_NAME___)](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


```