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

Commit

Permalink
feat: nest add support (#67)
Browse files Browse the repository at this point in the history
* feat: nest-add

Resolves #30
  • Loading branch information
santoshyadavdev authored and wesleygrimes committed Sep 28, 2019
1 parent 3e40bf9 commit 7928f81
Show file tree
Hide file tree
Showing 13 changed files with 2,723 additions and 857 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ npm-debug.log
# dist
dist
node_modules

# schematics
schematics/**/*.js
schematics/**/*.d.ts
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This provides a great way to quickly get up and running with prototypes and mock

## Installation

### Option 1
**With NPM**

```bash
Expand All @@ -27,6 +28,14 @@ $ npm i --save @nestjs-addons/in-memory-db
$ yarn add @nestjs-addons/in-memory-db
```

### Option 2

The library support nest add command, you can run the below command to install and import the libary to root module.

```bash
nest add @nestjs-addons/in-memory-db
```

## Video Walkthrough

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

0 comments on commit 7928f81

Please sign in to comment.