1.0.12 • Published 4 years ago

@diemtarh/hello-world v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Template to build and publish a TypeScript React Components To NPM

Here is a simple TypeScript-React component for NPM publishing with minimal dependencies. Use that as a template to provide you own amazing component collections as npm packages. Have a fanny coding.

Usage

npm i @diemtarh/hello-world

in you REACT code simple

<HelloWorld color={'red'}/>

enjoy.

Customizing

Clone repository https://github.com/Hammdie/hello-world.git

Change properties 'name', 'author', 'repository', and possibly 'version' in package.json with yous own.

Put your changes and components in tsx format to src folder. Use all benefits from TypeScript coding.

Build

# tsc

or

# npm run build

Publish

# npm run publish-patch
1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago