Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 7928f81

Browse files
santoshyadavdevwesleygrimes
authored andcommitted
feat: nest add support (#67)
* feat: nest-add Resolves #30
1 parent 3e40bf9 commit 7928f81

13 files changed

+2723
-857
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ npm-debug.log
1818
# dist
1919
dist
2020
node_modules
21+
22+
# schematics
23+
schematics/**/*.js
24+
schematics/**/*.d.ts

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This provides a great way to quickly get up and running with prototypes and mock
1515

1616
## Installation
1717

18+
### Option 1
1819
**With NPM**
1920

2021
```bash
@@ -27,6 +28,14 @@ $ npm i --save @nestjs-addons/in-memory-db
2728
$ yarn add @nestjs-addons/in-memory-db
2829
```
2930

31+
### Option 2
32+
33+
The library support nest add command, you can run the below command to install and import the libary to root module.
34+
35+
```bash
36+
nest add @nestjs-addons/in-memory-db
37+
```
38+
3039
## Video Walkthrough
3140

3241
[![](http://img.youtube.com/vi/eSx6nKDw5PQ/0.jpg)](http://www.youtube.com/watch?v=eSx6nKDw5PQ 'NestJS Addons - In Memory DB - Walkthrough')

0 commit comments

Comments
 (0)