@awb-payment/nested
v1.0.0
Published
[](https://github.com/morewings/cra-template-npm-library/actions/workflows/merge-jobs.yml) [ template to build and publish NPM libraries with rollup, eslint and stylelint configurations. See full documentation.
Usage
npx create-react-app %PROJECT_NAME% --template npm-libraryOr
yarn create react-app %PROJECT_NAME% --template npm-libraryThen
cd %PROJECT_NAME%
yarn startFeatures
- Handles all modern JS features.
- Bundles
commonjsandesmodule formats. - Husky for git hooks.
- Eslint and stylelint.
- Rollup for bundling.
- Babel for transpiling.
- Jest and react-testing-library for testing.
- Supports CSS modules, SASS/SCSS and PostCSS.
- Storybook for documentation and demo.
- And much more.
Contributors
@morewings, @sky0matic
