1.3.6 • Published 3 years ago

@zero86/create-react-project v1.3.6

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

GitHub issues GitHub stars GitHub forks


create-react-project šŸ˜Ž

It is a CLI tool that makes it easy to configure react projects. Using create-react-project CLI, Save your time!

The templates provided are JavaScript and TypeScript.

CSS Preprocessor supports SASS/SCSS.

ESLint + Prettier supports

Create a project based on the Webpack bundler.

šŸ’– 2022.01.18: Add tailwindCSS v3 šŸ’– 2022.01.19: Fix the bug, Add ESLint + Prettier šŸ’– 2022.01.20: Code Refactoring šŸ’– 2022.01.20: Add Jest (Testing framework) šŸ’– 2022.02.06: Supported ES2017(ES8) async ~ await

install & usage ✨

  • When using npx
npx @zero86/create-react-project
  • When installing a package
npm install -g @zero86/create-react-project
create-react-project <path>

options

--git
--yes || -y : skip prompts(javascript, git, Sass/SCSS)
--javascript : react project template javascirpt
--typescript : react project template typescript
<path> : project path(default path name : react-project-template)
1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago