Skip to content

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

License

Notifications You must be signed in to change notification settings

solidjs-community/solid-lib-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f78c69e · Aug 24, 2024

History

50 Commits
Jul 20, 2023
Jul 20, 2023
May 17, 2024
Jul 20, 2023
Aug 23, 2024
Jul 29, 2022
Jul 20, 2023
Jan 26, 2023
Jan 15, 2023
Jul 28, 2022
Jul 29, 2022
Jan 15, 2023
May 17, 2024
May 17, 2024
Jan 26, 2023
Jul 21, 2023
Jan 19, 2023

Repository files navigation

{{name_of_lib}}

{{name_of_lib}}

pnpm

{{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:

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

Use it:

import {{name_of_lib}} from '{{name_of_lib}}'