Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solidjs-community/solid-lib-starter

SolidJS library starter template. Use it to create your own solid package.
https://github.com/solidjs-community/solid-lib-starter

library solid-js template

Last synced: 3 months ago
JSON representation

SolidJS library starter template. Use it to create your own solid package.

Awesome Lists containing this project

README

        


{{name_of_lib}}

# {{name_of_lib}}

[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)

{{desc_of_lib}}

> **Note** After using this template, you have to search and replace all `{{name_of_lib}}` and similar strings
> with appropriate texts.
>
> `{{name_of_lib}}` should be a **kebab-case** string representing the name of you monorepo.
>
> `{{desc_of_lib}}` should be a **Normal case** string with the description of the repository.
>
> `{{me}}` should be a **kebab-case** string from your profile URL.

## Quick start

Install it:

```bash
npm i {{name_of_lib}}
# or
yarn add {{name_of_lib}}
# or
pnpm add {{name_of_lib}}
```

Use it:

```tsx
import {{name_of_lib}} from '{{name_of_lib}}'
```