What if CodeMirror v6 dev setup uses Degit internally to clone packages?
In this article, we explore the idea of using Degit to clone/download core/non core packages required to setup the development environment for CodeMirror V6.
Pay attention to the run function in the above image.
run("git", ["clone", origin, pkg.dir]...
thinkthroo.com2 min read