NodeJS CLI to generate React library running TypeScript out of the box. Inspired by this package
# using npx
$ npx create-rcl
#--------OR--------#
# install the package globally
$ npm install -g create-rcl # use "sudo" in linux/mac
$ crete-rcl
yarn build
Compile the code using RollupJS
yarn test
Test the code using react-testing-library and Jest
yarn storybook
Preview your components using StorybookJS
yarn lint
Lint using ESLint
yarn clean
Cleans `dist` directory and replaces it with an empty folder (used by build script)
For more information, refer to this boilerplate repository
👤 Wise Introvert
- Twitter: @wise__introvert
- Github: @wise-introvert
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!