You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ We at DevIsle, felt that the community has been longing for a good, functional a
24
24
25
25
## Credits
26
26
27
-
This CLI uses some of the best repos' terminal commands under the hood, to execute it's functionality. We would like to credit the following GitHub repos making this CLI possible:
27
+
This CLI uses some of the best repos' terminal commands under the hood, to execute it's functionality. We would like to credit the following GitHub repos by making this CLI possible:
@@ -52,22 +52,22 @@ This CLI uses some of the best repos' terminal commands under the hood, to execu
52
52
53
53
Just type in the following command in your terminal and run it! (Please check FAQ for more on testing and contributions)
54
54
55
-
- NPX ->`npx advanced-react-cli`
55
+
- NPX:`npx advanced-react-cli`
56
56
57
57
## Installing the CLI globally
58
58
59
-
- NPM
59
+
- NPM:
60
60
`npm i -g advanced-react-cli`
61
61
62
-
- Yarn
62
+
- Yarn:
63
63
`yarn global add advanced-react-cli`
64
64
65
-
- To invoke the CLI [Both **NPM** & **Yarn**]
65
+
- To invoke the CLI (Both **NPM** & **Yarn**)
66
66
`arc`
67
67
68
68
## What does this do?
69
69
70
-
We are continuously working on improving the CLI. But, as of this current stable version, we have enabled a few options like:
70
+
We are continuously working on improving the CLI. But, as of this current stable version, we have enabled a few options such as:
71
71
72
72
- Yarn/NPM option for installation packages
73
73
- Installing React using `create-react-app`, with optional packages React-Router and Redux as a single bundle.
@@ -92,8 +92,8 @@ We are continuously working on improving the CLI. But, as of this current stable
92
92
-[NodeJS](https://nodejs.org/en/download/) to download/install Node.Js (NPM gets installed with Node.Js).
93
93
-[Yarn](https://yarnpkg.com/en/docs/getting-started) to download/install Yarn Package Manager
94
94
95
-
- Alternatively, if you would like to contribute and test it locally, you may fork the repo, and/or clone it to your local desktop. Once you've done that, open the terminal in that local folder and run the command [**NPM Users**]`npm install`or [**Yarn Users**]`yarn install` to install the required dependencies.
96
-
- After that, you may open the folder in your editor of choice. Once again, in the terminal you may simply run [**NPM Users**]`npm run react-cli` or[**Yarn Users**]`yarn run react-cli` to get it working. And voila!
95
+
- Alternatively, if you would like to contribute and test it locally, you may fork the repo, and/or clone it to your local desktop. Once you've done that, open the terminal in that local folder and run the command `npm install` for **NPM users** or `yarn install`for **Yarn users** to install the required dependencies.
96
+
- After that, you may open the folder in your editor of choice. Once again, in the terminal you may simply run `npm run react-cli` or `yarn run react-cli` to get it working. And voila!
97
97
98
98
2. Can I report any issues or bugs with the CLI? How do I report it?
0 commit comments