Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/solidjs-community/solid-lib-starter
- Owner: solidjs-community
- License: mit
- Created: 2020-09-12T09:07:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T13:21:40.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:25:50.877Z (7 months ago)
- Topics: library, solid-js, template
- Language: TypeScript
- Homepage:
- Size: 23.9 MB
- Stars: 85
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# {{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}}'
```