Skip to content

Commit 933f85a

Browse files
authored
Merge pull request #35 from devisle/minor-fixes
Minor fixes
2 parents dd4bafa + 749e001 commit 933f85a

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
1313
**Describe the solution you'd like**
1414
A clear and concise description of what you want to happen.
1515

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
1916
**Additional context**
2017
Add any other context or screenshots about the feature request here.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
- 'node' # stable version
55
- '10'
66
- '8'
7-
#- '6'
87

98
cache:
109
directories:
@@ -13,7 +12,6 @@ cache:
1312
install: npm i
1413

1514
script:
16-
# - npm run react-cli && echo -e "\n\n\n"
17-
- npm run test && echo -e "\n\n\n"
15+
- npm run test
1816

1917
after_success: echo "Success"

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We at DevIsle, felt that the community has been longing for a good, functional a
2424

2525
## Credits
2626

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:
2828

2929
- [Facebook - Create React App](https://github.com/facebook/create-react-app)
3030
- [Facebook - Prop Types](https://github.com/facebook/prop-types)
@@ -52,22 +52,22 @@ This CLI uses some of the best repos' terminal commands under the hood, to execu
5252

5353
Just type in the following command in your terminal and run it! (Please check FAQ for more on testing and contributions)
5454

55-
- NPX -> `npx advanced-react-cli`
55+
- NPX: `npx advanced-react-cli`
5656

5757
## Installing the CLI globally
5858

59-
- NPM
59+
- NPM:
6060
`npm i -g advanced-react-cli`
6161

62-
- Yarn
62+
- Yarn:
6363
`yarn global add advanced-react-cli`
6464

65-
- To invoke the CLI [Both **NPM** & **Yarn**]
65+
- To invoke the CLI (Both **NPM** & **Yarn**)
6666
`arc`
6767

6868
## What does this do?
6969

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:
7171

7272
- Yarn/NPM option for installation packages
7373
- 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
9292
- [NodeJS](https://nodejs.org/en/download/) to download/install Node.Js (NPM gets installed with Node.Js).
9393
- [Yarn](https://yarnpkg.com/en/docs/getting-started) to download/install Yarn Package Manager
9494

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!
9797

9898
2. Can I report any issues or bugs with the CLI? How do I report it?
9999

0 commit comments

Comments
 (0)