An environment generator to publish React packages to npm
- Exposed rollup configuration. You can change it to your taste after.
- Typescript support
- CSS modules
- Style injection for build files
- Source maps
- Development server bootstrapped from CRA.
gh-pages
ready from dev server.
npm install -g create-react-package-lib
npx create-react-package-lib
- Add optional testing libraries (enzyme, react-test-renderer)
- Rollup configuration options
- Support for initiating repo after installing everything
- You will see
prop-types
as a dependency on the Javascript template. This is recommended (see here).
MIT © Roberto Chavez.