@peacockcss/solid
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

your-repository-name Hello

Hello

Example hello world package in the your-repository-name repository.

Installation

npm install @your-repository-name/hello
# or
yarn add @your-repository-name/hello
# or
pnpm add @your-repository-name/hello

How to use it

import { createHello } from '@your-repository-name/hello'

const [hello, setHello] = createHello()

hello() // => "Hello World!"

setHello('Solid')

hello() // => "Hello Solid!"

Changelog

See CHANGELOG.md.

Readme

Keywords

Package Sidebar

Install

npm i @peacockcss/solid

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

43.8 kB

Total Files

9

Last publish

Collaborators

  • jpmagalhaes