File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44To build extension CLI locally you will need [ Node.js] ( https://nodejs.org/en/download/ )
55and any web IDE of your choice.
66
7- The general development setting requires two projects open at the same time:
7+ Developing the CLI requires two projects open at the same time:
88
991 . the CLI source code, which you are developing
10102 . a driver project that is used to execute the CLI commands
1111
12- The following instructions explain how to set up such environment.
12+ The following instructions explain how to set up this environment.
1313
1414## Instructions
1515
@@ -67,8 +67,8 @@ At this point you should have two IDE windows open.
6767 " projectRootDir" : " /path/to/my/driver/project" , // after
6868 ` ` `
6969
70- This last step is required because by default the CLI assumes it is
71- in ` node_modules` relative to the target project. This is not necessarily
70+ This last step is required because by default the CLI assumes it is located
71+ in ` node_modules` relative to the driver project. This is not necessarily
7272 the case when using a locally linked package.
7373
7474* * *
You can’t perform that action at this time.
0 commit comments