mevn-cli icon indicating copy to clipboard operation
mevn-cli copied to clipboard

Light speed setup for MEVN(Mongo Express Vue Node) Apps

Results 20 mevn-cli issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

With this we plan to create a ui for MEVN-cli tool which will help developers to add packages and integrations, basically execute different commands used in cli via a ui...

help wanted
frontend-command
feature-request
priority: low

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.2. Changelog Sourced from nanoid's changelog. 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin)....

dependencies

The client port is hardcoded which makes it not possible to provide an alternative port via the package.json. ### Steps to reproduce the behavior: ``` $ mevn init test $...

bug

Write unit tests for all the available commands. - [x] `mevn junkcmd` -> warns on unknown command - [x] command suggestion - [x] `mevn init` - [x] `mevn codesplit` -...

enhancement
help wanted

Currently, `Mevn-CLI` supports only `express.js` when it comes to the Node.js framework. But there are other frameworks growing in popularity just like `Hapi.js`, `Sails.js` etc.

enhancement
help wanted

## Do you want to request a feature or report a bug? Think its a bug ## What is the current behavior? If the current behavior is a bug, please...