README
xod-deploy-bin
This package is a part of the XOD project.
The package provides XOD-specific functions to work with arduino-cli
package.
How to use
Most functions are require cli
object. You can create one with createCli
function.
XOD wrapper over arduino-cli wrapper
<script type="module">
import xodDeployBin from 'https://cdn.skypack.dev/xod-deploy-bin';
</script>
This package is a part of the XOD project.
The package provides XOD-specific functions to work with arduino-cli
package.
Most functions are require cli
object. You can create one with createCli
function.