Commit 60cb65a0 authored by Harold Boissenin's avatar Harold Boissenin
Browse files

update README.md how to

No related merge requests found
Showing with 14 additions and 6 deletions
+14 -6
# Debugger # @devatscience/ngx-debug
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0. Source library to generate angular package ready for NPM
## Install ## How to
Once modification are done,
- Run `npm build ngx-debug` to generate a **dist** folder that will contain all the required NPM files (typeScript & compiled es5 js)
- Move to the generated library **dist** folder `cd .../dist/ngx-debug`
- Check the package.json file
- Name should be `"name": "@devatscience/ngx-debug"`
- Increase version `"version": "0.1.1"`
Run `npm i @devatscience/ngx-debug` to install the library.
## Content ## Library features
Dump panel, Watcher, Spy, ApiRoute - Dump panel
- Watcher
- Spy
- ApiRoute
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment