1.4.4 • Published 5 years ago

cra-plus v1.4.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cra-plus

npm version

Overview

cra-plus uses create-react-app with a better architecture and offers several choices to configure your project

:exclamation: Important :exclamation:

cra-plus is curently in development, please keep an eye on the current version and update your version accordingly with command:

  • npm i -g cra-plus

Use cra-plus

  • npm i -g cra-plus

Commands:

  • Create New Application.

    • crap new <appName> [options Application]
  • Create new Component.

    • crap component|c <component> [options Component]
  • Create new Service.

    • crap service|s <service> [options Service]
  • If the application was created with the "--class" command, the future components created will no longer be Classes.

    • crap stop class

Options Application:

  • Generate Typescript Application.

    • --typescript
  • With Preprocessor SASS.

    • --sass
  • Generate Application with Class components, the future components will be created with Classes.

    • --class

Options Component:

  • Don't create test file for this component.

    • --skipTests
  • Create Class Component.

    • --class

Options Service:

  • Don't create test file for this service.
    • --skipTests

Soon...

  • Typescript choice.,
  • Auto-commit new architecture.
  • Add CLI commands (in Progress).
1.4.4

5 years ago

1.4.3

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago