You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://waffle.io/rangle/augury)
5
5
6
-
Augury is a Google Chrome Dev Tools extension for debugging Angular 2 applications. Treat this as a "developer preview". Until the official Chrome Web Store release, please follow the [instructions below](#getting-the-extension) to install it. It's actually quite easy.
6
+
[Augury](https://augury.angular.io/) is a Google Chrome Dev Tools extension for debugging Angular 2 applications. You can install the extension from [Chrome Store](https://chrome.google.com/webstore/detail/augury/elgalmkoelokbchhkhacckoklkejnhcd).
7
7
8
8

9
9
@@ -16,22 +16,6 @@ Currently works with applications built in [Angular 2.0.0-beta.15](https://githu
16
16
17
17
If you want to contribute or need help getting started, [join us on Slack](https://augury-slack.herokuapp.com).
18
18
19
-
## Getting the Extension
20
-
21
-
You can get the extension in two ways:
22
-
23
-
1. If you just want to use the extension you can get the latest master build, which is packaged and hosted on every successful build of master branch on CircleCI
24
-
* To download the latest build go to [Batarangle.io](http://batarangle.io) and click install
25
-
* After download is complete go to Chrome Extensions `chrome://extensions` in the Chrome
26
-
* Drag and Drop the downloaded package to install the extension
27
-
28
-
2. If you want to download the source code and build it manually
29
-
* Clone the repo and install all the dependencies required
30
-
* Run command `npm run pack`
31
-
* This will generate `batarangle.crx` in the source folder
32
-
* Then go to Chrome Extensions `chrome://extensions` in the Chrome
33
-
* Drag and Drop the bundled package to install the extension
34
-
35
19
## Development Environment
36
20
37
21
To develop this extension, the following environment is used:
@@ -41,16 +25,16 @@ To develop this extension, the following environment is used:
41
25
* TypeScript 1.7.5
42
26
* typings 0.6.8
43
27
44
-
## Trying out the extension
28
+
## Building & Installing Locally
45
29
46
30
1. Clone this repository: `git clone git://github.com/rangle/augury`.
47
31
2. Run `npm install`.
48
-
3. Run `npm run build` (errors related to typing files conflicts can be ignore for now).
32
+
3. Run `npm run build`.
49
33
4. Navigate to chrome://extensions and enable Developer Mode.
50
34
5. Choose "Load unpacked extension".
51
35
6. In the dialog, open the directory you just cloned.
52
36
53
-
To try out with an example application, refer to instructions in [README](./example-apps/todo-mvc-example/README.md).
37
+
To try out the extension with an example application, refer to instructions in [README](./example-apps/kitchen-sink-example/README.md).
54
38
55
39
## Running Tests
56
40
@@ -65,17 +49,13 @@ To execute all unit tests, run `npm test`. It bundles up all files that match `*
65
49
-`start` Clean build and run webpack in watch mode
66
50
-`test` Bundle all *.test.ts and run it through a headless browser
67
51
-`prepack` Run npm build before running npm pack
68
-
-`pack` Packages the extension and create chrome build batarangle.crx
52
+
-`pack` Packages the extension and create chrome build augury.crx
-[Architecture of this extension](./docs/ARCHITECTURE.md)
75
59
76
-
## Future Plans
77
-
78
-
We are working hard towards [the official release](https://github.com/rangle/augury/releases). But in the meantime, you can take a look at our [milestones](https://github.com/rangle/augury/milestones) to see what new features are in place.
Copy file name to clipboardExpand all lines: popup.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ <h1>
168
168
169
169
<divclass="modal_content">
170
170
<p>
171
-
Augury is a Google Chrome Dev Tool extension for debugging Angular 2 applications. Treat this as a "developer preview". Until the official release, please follow instructions on github to build the tool locally and install it from the source. It's actually quite easy!
171
+
Augury is a Google Chrome Dev Tool extension for debugging Angular 2 applications. Currently works with applications built in Angular 2.0.0-beta.15.
0 commit comments