Package Exports
- makecode
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (makecode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MakeCode build tool
This package includes a tool that can compile MakeCode (PXT) projects by downloading parts of a released MakeCode web app and running them in node.js.
This is different than pxt command line tool, which is used primarily during
development of MakeCode editors.
Usage
In a folder with pxt.json file, run:
> makecodeYou can also pass --hw f4, --hw d5 etc. Try --hw help to get a list.
License
MIT