1
- # AUTHORS SECTION
2
-
3
- This section is meant to help log driver authors get started with this template.
4
-
5
- > TODO: Remove this section when the repository is completely set up.
6
-
7
- ## Terraform the repository
8
-
9
- To customize the repo and enable some pre-configure tools run the ` init ` script in the terminal at your root directory.
10
-
11
- The ` init ` script will ask for the required information.
12
-
13
- ### Running the init script.
14
-
15
- ``` bash
16
- npm run init
17
- # Or if you use yarn
18
- yarn run init
19
- ```
20
-
21
- ## Replace TODOS
22
-
23
- Search across the repository files and solve the TODO comments.
24
-
25
- ### Files with TODOS
26
-
27
- - README.md (here)
28
-
29
- > End of AUTHORS SECTION. Delete everything above
30
-
31
1
# @ngworker/lumberjack-applicationinsights-driver
32
2
33
3
<p align =" center " >
@@ -71,8 +41,8 @@ TODO: Update the features of this driver
71
41
72
42
LumberjackApplicationinsightsDriver is published as the ` @ngworker/lumberjack-applicationinsights-driver ` package.
73
43
74
- | Toolchain | Command |
75
- | ----------- | -------------------------------------------------- |
44
+ | Toolchain | Command |
45
+ | ----------- | ------------------------------------------------------------- |
76
46
| Angular CLI | ` ng add @ngworker/lumberjack-applicationinsights-driver ` |
77
47
| NPM CLI | ` npm install @ngworker/lumberjack-applicationinsights-driver ` |
78
48
| Yarn CLI | ` yarn add @ngworker/lumberjack-applicationinsights-driver ` |
@@ -82,10 +52,10 @@ LumberjackApplicationinsightsDriver is published as the `@ngworker/lumberjack-ap
82
52
` LumberjackApplicationinsightsDriver ` has verified compatibility with the following packages versions.
83
53
84
54
| LumberjackApplicationinsightsDriver | Lumberjack | Another Package |
85
- | ------------------------ | -------------- | --------------- |
86
- | 2.0.x | ^2.0.0 | ^8.0.0 |
87
- | 1.2.x | >=2.0.0-rc.0 | ^7.4.1 |
88
- | 1.1.x | >=2.0.0-beta.3 | ^7.0.0 |
55
+ | ----------------------------------- | -------------- | --------------- |
56
+ | 2.0.x | ^2.0.0 | ^8.0.0 |
57
+ | 1.2.x | >=2.0.0-rc.0 | ^7.4.1 |
58
+ | 1.1.x | >=2.0.0-beta.3 | ^7.0.0 |
89
59
90
60
If the version you are using is not listed, please [ raise an issue in our GitHub repository] ( https://github.com/ngworker/lumberjack-applicationinsights-driver/issues/new ) .
91
61
0 commit comments