create-react-npm
v1.0.31
Published
ποΈ Build a React component into a package ready to publish in npm.
Downloads
15
Readme
create-react-npm
ββββ¬ββββββββββ¬ββββ β¬βββββββββββββ¬β ββββββββ¬β
β ββ¬βββ€ βββ€ β ββ€βββββ¬βββ€ βββ€β βββββββββββββ
ββββ΄ββββββ΄ β΄ β΄ βββ β΄ββββββ΄ β΄βββ β΄ ββββ΄ β΄ β΄
Easy way to convert a React component into a package ready to publish in npm. It will take you less than 1 minute to publish the component and it will be available for thousands of developers.
Avoid losing time configuring Webpack, Babel and others. π«
Installation
npm i create-react-npm
How to use
- Create a new folder with the component to publish
your_react_component/src/componentToPublish.js
and then
cd your_react_component
- Execute the command
creacte-react-npm
- Ready to publish!
npm publish
Author
License
This component is open source and available under the MIT License.