This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cra-template-npm-library
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

Deprecation notice

Create React App is not updated by its maintainers anymore. So this project can't be updated as well. I recommend to use React Library Template which has all the same functionality plus new features.

NPM library Create React App template

NPM library Create React App template logo

Create React App (CRA) template to build and publish NPM libraries with rollup, eslint and stylelint configurations.

🎁👌🤓 NEW! Now with Typescript support.

Read full documentation.

Visit Demo Storybook.

Features

Quickstart

npx create-react-app %PROJECT_NAME% --template npm-library
yarn create react-app %PROJECT_NAME% --template npm-library
pnpm create react-app %PROJECT_NAME% --template npm-library

Then

cd %PROJECT_NAME%
npm run prepare
yarn run prepare
pnpm run prepare

Dependents (2)

Package Sidebar

Install

npm i cra-template-npm-library

Weekly Downloads

22

Version

2.0.5

License

MIT

Unpacked Size

50 kB

Total Files

62

Last publish

Collaborators

  • morewings