react-app-devtools enables easy creation of custom DevTools for your application.
WIP
WIP
- NodeJS >= 12
- Yarn
The library is checked using ESLint, following the rules created for create-react-app by Facebook.
Code should be formatted following the Prettier code style. You can reformat the code automatically by running the below from your terminal:
$ yarn run lint --fixCommit messages follow the AngularJS commit message conventions. The project is configured with commitizen to make it easy to add commit. You can follow the conventions manually or run the below from your terminal to have it formatted for you:
$ yarn czInspired by Kent C. Dodds' article Make your own Dev Tools.