Skip to content

Commit

Permalink
Merge pull request #31 from Hashnode/upgrade/2.5.0
Browse files Browse the repository at this point in the history
Upgrade/2.5.0
  • Loading branch information
mannyhenri authored Jun 7, 2018
2 parents 34a48a0 + 2919c5f commit aaa3e6f
Show file tree
Hide file tree
Showing 14 changed files with 3,046 additions and 1,699 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- '5'
- '4'
- '6'
- '8'
- '10'
before_install:
- 'npm install -g npm@latest'
- 'npm install -g npm@6'
install:
- 'npm ci'
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,11 @@ A CLI for getting started with MERN stack. It offers a [super simple boilerplate
npm install -g mern-cli
```

Available Commands
```
init [name] -t=<variant_name> Initialize a MERN project (Default variant: mern-starter).
list List MERN variants
search [term] Search for a MERN variant
info [term] View details of a MERN variant
```

Create a new app with default `mern-starter`
Create a new project with default `mern-starter` and dependencies pre-installed:
```
mern init my_app
```

Install Dependencies
```
cd my_app && npm install
```

## Generators

Generate React components, Express routes and controllers and Mongoose models using mern generator.
Expand Down
Loading

0 comments on commit aaa3e6f

Please sign in to comment.