@anedomansky/create-react-component-library
v1.0.1
Published
A starter for creating your own component libraries with react.
Downloads
5
Maintainers
Readme
create-react-component-library
This is a starter for creating your own component library with React and Vite.
Compatibility Note: Vite requires Node.js version 18+, 20+.
Usage
With NPM:
$ npx @anedomansky/create-react-component-library
With PNPM:
$ pnpm create @anedomansky/create-react-component-library
After that just answer the upcoming interactive prompts and you're good to go!