1.1.0 • Published 3 years ago

@asep.setiawan/react-tool-kit-utils v1.1.0

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

react-tool-kit

React tools kit generator

Requirement

  • Node >= 8.10.0

Structure

The project consists of following packages:

  • react-tool-kit-cli
  • react-tool-kit-server
  • react-tool-kit-utils

They're managed by Lerna so you don't need to npm link manually :D

Getting started

npx react-tool-kit init myapp

Contributing

# First, clone the repo
# then install
yarn

# Bootstrap packages
yarn bootstrap

# Build lib
yarn build:lib

# Ready to develop locally!

Release packages flow

  1. Create a new branch from latest master

  2. Run release command

    # Release for `latest` tag (`latest` is the default tag installed by users)
    npm run release
    
    # or release for `next` tag (recommended for new pre-major version)
    npm run release:next
    
    # Tips: always pick `prerelease` when asked if you're still releasing `next` tag
  3. Push the branch, and open PR

  4. Merge to master
1.1.0

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago