NERDDISCO
feat: added node support (#8)
bdc1ac8 unverified
raw
history blame contribute delete
358 Bytes
/**
* @lerobot/cli - Python lerobot compatible CLI commands
*
* This package provides CLI commands that match Python lerobot exactly:
* - lerobot find-port (with interactive cable detection)
* - lerobot calibrate
* - lerobot teleoperate
* - lerobot release-motors
*
* Uses @lerobot/node library for core functionality
*/
export * from "./cli.js";