ts-npm-package-crayond
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i ts-npm-package-crayond

Weekly Downloads

2

Version

1.2.3

License

ISC

Unpacked Size

11.1 kB

Total Files

14

Last publish

Collaborators

  • crayond_dev_team