UNPKG

ez1cli

Version:

NodeJS command line API client and library for APSystems EZ1-(M|H) microinverters API

6 lines (3 loc) 173 B
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning import {execute} from '@oclif/core' await execute({development: true, dir: import.meta.url})