Setup oranized flow for your workspace
npm install workspace-setupThis package will help you in maintain the code quality of your project by installing the requied packages.
Install the package globally by the following commandnpm install -g workspace-setup
After install, Run the command ws in the root directory of your project. It will show you the following list of modules that you can select(s) to install.
1. React: Eslint and prettier with Airbnb Style guide
2. Node: Eslint and prettier with Airbnb Style guide
3. Commitzen & Commitlint
4. Husky
5. Standard Version
First four are recommended for better quality.
Workspace Setup uses a number of open source projects to work properly:
- Eslint - Find and fix problems in your JavaScript code!
- Prettier - An opinionated code formatter
- Commitizen - Define a standard way of committing rules.
- Commitlint - Helps your team adhering to a commit convention.
- Husky - Husky improves your commits and more.
Want to suggest? Great!
you can create issue in the Repo and mark label feature-suggest
MIT