0.4.6 • Published 6 years ago

another-react-cli v0.4.6

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

Another React CLI (ARC)

This project has being deprecated in favor of Fullstack CLI and it is no longer maintained. This new project covers both, the front and the back.

This is another React CLI to manage and create React projects, using inquirer.js to ask questions to the user to configure the creation process.

The environment created uses WebPack to pack the application, and npm/yarn script to automatize the process.

The build process creates a dist folder with the application, the vendor libraries, the styles and other bundles, result of dynamic importing (already set the tools and the linter rules).

We also add a tool to clean the dist folder when building.

So right now, you can create a full application, and a single component. The options for the full application are:

If you choose nothing, you have the simple app with an only file and an only component. If you choose all, you need to also create a back using another-api-cli, to connect using websockets.

To use it, just install it from npm:

npm -g install another-react-cli

And create a new project, just typing arc and answering a few questions.

Have fun :)

0.4.6

6 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago