Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

🎁 Feature/add dependencies analyzer #3

Merged
merged 3 commits into from
Sep 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# dependency & build folders
node_modules
dist
documentation

# config files
.env
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ $ npm run test:e2e
$ npm run test:cov
```

## Generate technical documentation

```
npm run docs
```

## Configuration

You can setup some backend options in your .env file
Expand Down
Loading