1.3.0 • Published 3 years ago

workspace-setup v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Workspace Initial Setup

This package will help you in maintain the code quality of your project by installing the requied packages.

Installation

Install the package globally by the following command npm install -g workspace-setup

Usage

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.

Tech

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.

Development

Want to suggest? Great! you can create issue in the Repo and mark label feature-suggest

License

MIT

1.3.0

3 years ago

1.2.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago