File tree Expand file tree Collapse file tree 7 files changed +1661
-1393
lines changed
Expand file tree Collapse file tree 7 files changed +1661
-1393
lines changed Original file line number Diff line number Diff line change 44 - " 14.15.1"
55
66python :
7- - " 3.7 "
7+ - " 3.9 "
88
99jobs :
1010 include :
1515 - npm run test:travis || travis_terminate 1
1616
1717 - language : python
18- python : 3.7
18+ python : 3.9
1919 script :
2020 - pip install -r requirements.txt
2121 - mkdocs build
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* * *
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -74,7 +74,3 @@ markdown_extensions:
7474 linenums : true
7575 linenums_style : pymdownx.inline
7676 - meta
77-
78- google_analytics :
79- - !!python/object/apply:os.getenv ['UA-129118591-7']
80- - auto
You can’t perform that action at this time.
0 commit comments