File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 11# mongodb-memory-server
22
3- [ ![ Travis ] ( https://img.shields.io/travis/ nodkz/mongodb-memory-server.svg )] ( https://travis-ci.org/ nodkz/mongodb-memory-server )
3+ [ ![ CircleCI ] ( https://img.shields.io/circleci/project/github/ nodkz/mongodb-memory-server/master .svg )] ( https://circleci.com/gh/ nodkz/workflows /mongodb-memory-server )
44[ ![ NPM version] ( https://img.shields.io/npm/v/mongodb-memory-server.svg )] ( https://www.npmjs.com/package/mongodb-memory-server )
55[ ![ Downloads stat] ( https://img.shields.io/npm/dt/mongodb-memory-server.svg )] ( http://www.npmtrends.com/mongodb-memory-server )
66[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
4141npm install mongodb-memory-server-global --save-dev
4242```
4343
44- ### With auto-download ` v4.0 ` Mongod binary on npm install to ` %HOME/.cache `
45-
46- ``` bash
47- yarn add mongodb-memory-server-global-4.0 --dev
48- OR
49- npm install mongodb-memory-server-global-4.0 --save-dev
50- ```
51-
52- ### With auto-download ` v3.6 ` Mongod binary on npm install to ` %HOME/.cache `
53-
54- ``` bash
55- yarn add mongodb-memory-server-global-3.6 --dev
56- OR
57- npm install mongodb-memory-server-global-3.6 --save-dev
58- ```
59-
60- ### With auto-download ` v3.4 ` Mongod binary on npm install to ` %HOME/.cache `
61-
62- ``` bash
63- yarn add mongodb-memory-server-global-3.4 --dev
64- OR
65- npm install mongodb-memory-server-global-3.4 --save-dev
66- ```
67-
6844### Without auto-download
6945
7046``` bash
You can’t perform that action at this time.
0 commit comments