Skip to content

Commit aaa3e6f

Browse files
authored
Merge pull request #31 from Hashnode/upgrade/2.5.0
Upgrade/2.5.0
2 parents 34a48a0 + 2919c5f commit aaa3e6f

File tree

14 files changed

+3046
-1699
lines changed

14 files changed

+3046
-1699
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
3-
- '5'
4-
- '4'
3+
- '6'
4+
- '8'
5+
- '10'
56
before_install:
6-
- 'npm install -g npm@latest'
7+
- 'npm install -g npm@6'
8+
install:
9+
- 'npm ci'

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,11 @@ A CLI for getting started with MERN stack. It offers a [super simple boilerplate
88
npm install -g mern-cli
99
```
1010

11-
Available Commands
12-
```
13-
init [name] -t=<variant_name> Initialize a MERN project (Default variant: mern-starter).
14-
list List MERN variants
15-
search [term] Search for a MERN variant
16-
info [term] View details of a MERN variant
17-
```
18-
19-
Create a new app with default `mern-starter`
11+
Create a new project with default `mern-starter` and dependencies pre-installed:
2012
```
2113
mern init my_app
2214
```
2315

24-
Install Dependencies
25-
```
26-
cd my_app && npm install
27-
```
28-
2916
## Generators
3017

3118
Generate React components, Express routes and controllers and Mongoose models using mern generator.

0 commit comments

Comments
 (0)