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://npmjs.org/package/ember-angle-brackets-codemod"View this project on npm")
Refer to this [RFC](https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md) for more details on Angle brackets invocation syntax.
14
14
15
-
## Usage
15
+
## Usage
16
16
17
17
**WARNING**: `jscodeshift`, and thus this codemod, **edits your files in place**.
18
18
It does not make a copy. Make sure your code is checked into a source control
19
19
repository like Git and that you have no outstanding changes to commit before
20
20
running this tool.
21
21
22
+
1. Start your ember development server
23
+
2. Run Codemod, pointing it at the address of the development server
0 commit comments