Skip to content

Commit

Permalink
chore: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 13, 2020
1 parent 286efad commit 1b8625b
Show file tree
Hide file tree
Showing 17 changed files with 88 additions and 500 deletions.
326 changes: 0 additions & 326 deletions CHANGELOG.MD

This file was deleted.

7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@

A CLI tool for getting started with the MEVN stack. The acronym “MEVN” stands for “MongoDB Express.js VueJS Node.js”. It offers a super-simple boilerplate template and additional utilities for building a MEVN stack-based webapp. It takes away the hassle of setting up the local development environment which may become a nightmare especially for beginners who are just starting.

- [Basic](http://github.com/madlabsinc/mevn-starter-templates/)
- [Pwa](http://github.com/madlabsinc/mevn-starter-templates/tree/pwa)
- [GraphQL](http://github.com/madlabsinc/mevn-starter-templates/tree/graphql)
- [Nuxt.js](http://github.com/madlabsinc/mevn-starter-templates/tree/nuxt)

## Installation

### Prerequisites
Expand Down Expand Up @@ -68,7 +63,7 @@ mevn init <appname>

- It allows Developers to build webapps with ease in which all the local environment setup is being taken care of. All they have to do is to focus on writing actual code.
- The whole project is done in modules(thanks to ES6 syntax) which enhances user readability and leads to compact code.
- MEVN-CLI simplifies developer workflow by generating boilerplate code as required and automating redundant tasks.
- MEVN-CLI simplifies developer workflow by generating the required boilerplate and automating redundant tasks.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion __e2e__/commands/add.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('mevn add', () => {
await runPromptWithAnswers(
['init', 'my-app'],
[
ENTER, // Choose basic template
ENTER, // Choose Default as the starter template
`Y${ENTER}`, // Requires server directory
],
tempDirPath,
Expand Down
2 changes: 1 addition & 1 deletion __e2e__/commands/generate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('mevn generate', () => {
await runPromptWithAnswers(
['init', 'my-app'],
[
ENTER, // Choose basic template
ENTER, // Choose Default as the starter template
`Y${ENTER}`, // Requires server directory
],
tempDirPath,
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
title: 'Guide',
collapsable: false,
children: [
'gettingstarted',
'installation',
'commands',
'features',
'contributing'
]
Expand Down
Loading

0 comments on commit 1b8625b

Please sign in to comment.