Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 366 Bytes

React Toolbox Addons

Contribution

  1. Checkout project
git clone
npm install -g bumped
npm install
  1. Create branch and make changes
  2. Build
npm build
git add .
git commit -m 'new addons'
git push
  1. Create Pull Request and merge into master branch
  2. Publish
git checkout origin/master
git pull 
npm login
npm run patch