1.2.3 • Published 4 years ago

ts-npm-package-crayond v1.2.3

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

A TypeScript bootstraped react NPM package template

Do's before development

  1. Change the name attribute in the \package.json to your library name.
  2. Reset the version attribute to 1.0.0.
  3. Create your components in the ./src/components folder.(Refer the sample components).
  4. Export your component in the ./src/components/index.tsx file. (Refer the sample exports).
  5. Finally remove the unwanted sample components.

Scripts

npm run build - The will convert and bundle your TypeScript code to Vanila JavaScript.

To publish and test your package locally.

  1. Refer the link Step 3 to see how to test your package locally.
  2. Refer the link Step 4 to see how to publish your package to NPM.
1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago