@zero-server/cli
v1.0.2
Published
Programmatic access to the `zs` CLI.
Readme
@zero-server/cli
Programmatic access to the
zsCLI.
Programmatic entry points for the bundled CLI (zs): scaffolding, migrations, seeding, rollback, status. Useful when embedding the CLI inside your own tooling.
Install
npm install @zero-server/cliOr install the full SDK to get everything at once:
npm install @zero-server/sdkUsage
const { CLI, runCLI } = require('@zero-server/cli')Public surface
This package provides 2 public exports as a standalone runtime bundle. See the scope page for the full list.
Documentation
License
MIT © Anthony Wiedman
