Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jul 17, 2019
1 parent fdff2ab commit b790e40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,7 +42,7 @@ mevn init <appname>
| -------------- | ---------------- |
| mevn init | Bootstraps a MEVN stack based boilerplate template of choice |
| mevn serve | Serves the client/server side template locally |
| mevn add:package | Adds additional packages as required on the go |
| mevn add | Adds additional plugins as required on the go |
| mevn generate | Generates component, model, route, controller, and DB config files |
| mevn codesplit | Lazy load components as required |
| mevn dockerize | Serves the client and server in separate docker containers |
Expand All @@ -64,7 +64,7 @@ Before contributing to this repository, please first discuss the change you wish
1. Ensure you have no "dummy" files left, if you do then add them to the bottom of `.gitignore`.
2. Fork and clone our repository.
3. Make your life-changing changes.
4. Run `npm run compile` which generates a `lib` directory with the transpiled `es5` code.
4. Run `npm run build` which generates a `lib` directory with the transpiled `es5` code.
5. Fire in `sudo npm link` to test everything works fine.
6. Commit and push your changes.
7. Make a detailed pull request.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/commands.md
Expand Up @@ -10,7 +10,7 @@ title: 'Available Commands'
| -------------- | ---------------- |
| mevn init | Bootstraps a MEVN stack based boilerplate template of choice |
| mevn serve | Serves the client/server side template locally |
| mevn add:package | Adds additional packages as required on the go |
| mevn add | Adds additional plugins as required on the go |
| mevn generate | Generates component, model, route, controller, and DB config files |
| mevn codesplit | Lazy load components as required |
| mevn dockerize | Serves the client and server in separate docker containers |
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/contributing.md
Expand Up @@ -10,7 +10,7 @@ Before contributing to this repository, please first discuss the change you wish
1. Ensure you have no "dummy" files left, if you do then add them to the bottom of `.gitignore`.
2. Fork and clone our repository.
3. Make your life-changing changes.
4. Run `npm run compile` which generates a `lib` directory with the transpiled `es5` code.
4. Run `npm run build` which generates a `lib` directory with the transpiled `es5` code.
5. Fire in `sudo npm link` to test everything works fine.
6. Commit and push your changes.
7. Make a detailed pull request.
Expand All @@ -24,4 +24,4 @@ Contributing helps people and makes the world simply a better place, without con
You can always write documentation, most repositories lack in it.

## What is next?
Nothing! You are done and ready to get coding!
Nothing! You are done and ready to get coding!

0 comments on commit b790e40

Please sign in to comment.