pxt-install Manual Page
Copies all built-in and external extensions to pxt_modules
folder.
pxt install [--link FOLDER]
Options
–link
For every extension installed, if it’s present in FOLDER, link it, instead
of copying.
This uses additionalFilePath
feature of pxt.json
.
See Also
pxt tool