1.2.5 • Published 4 years ago

react-npm-boiler v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-npm-boiler (npm i -g react-npm-boiler)

A template to start developing react component packages to publish on npm

Couple of bash scripts with execute with shell js

Table of Contents

Installation

npm i -g react-npm-boiler

Usage

react-npm-boiler

Then just go through the process

To Publish =====================================>

npm login

npm publish

To Update ======================================>

You can just change the version number and exec 'npm publish'

npm version patch

npm version minor

npm version major

Read the npm documentation to for more details

Dependencies:

{ "shelljs": "^0.8.3", "cli-progress": "^3.4.0", "progress": "^2.0.3" }

Dependencies will be installed:

{ "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "webpack-cli": "^3.3.10" }

1.2.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.2.5

4 years ago

1.0.7

4 years ago

1.2.4

4 years ago

1.0.6

4 years ago

1.2.3

4 years ago

1.0.5

4 years ago

1.2.2

4 years ago

1.0.4

4 years ago

1.2.1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago