1.0.6 • Published 2 years ago

cra-template-rezvani v1.0.6

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

npm

rezvani

CRA template which handle versioning eslint and prettier all together and also provide desgin structure system for large scale application.

What it has

1- setup conventional standard versioning

2- setup eslint with configuration of airbnb

3- setup prettier

4- desgin structure

How to use:

simply by using this command

npx create-react-app [app-name] --template rezvani

you can replace app-name with any name.

Available Sciprts

"release": "standard-version && react-scripts build",
"serve": "npm run build && serve -s build",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"

For more information

versioning

eslint

prettier

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago