UNPKG

@tensorify.io/cli

Version:

Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins

5 lines (4 loc) 117 B
// Main entry point for the CLI package export * from "./commands"; export * from "./auth"; export * from "./utils";