0.1.1 • Published 5 years ago

react-sel v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

React sel

Simple React element search by using enzyme

Prepare

$ git clone git@github.com:hideokamoto/react-sel.git
$ cd react-sel

// Put your GitHub Personal Access Token
$ mv .envrc.example .envrc
$ vim .envrc
export CONVENTIONAL_GITHUB_RELEASER_TOKEN=PUT_YOUR_GITHUB_ACCESS_TOKEN

// Install
$ yarn
or
$ npm install

GitHub Personal Access Token Scope

If the project is private -> repo If the project is public -> public_repo

Commit message rule

The repository runs commitlint. We have to follow "Conventional Commit" to make a commit message.

https://www.conventionalcommits.org/en/v1.0.0-beta.4/

$ git commit -m "<type>[optional scope]: <description>

[optional body]

[optional footer]"

Contribution

// clone
$ git clone git@github.com:hideokamoto/react-sel.git
$ cd react-sel

// setup
$ yarn

// Unit test
$ yarn test
or
$ yarn run test:watch

// Lint
$ yarn run lint
or
$ yarn run lint --fix

// Build
$ yarn run build

// Rebuild docs
$ yarn run doc
0.1.1

5 years ago

0.1.0

5 years ago