zhukovka / react-toolbox-addons

4 stars 2 forks source link

React Toolbox Addons

Contribution

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