@nexusts/cli
v0.9.6
Published
CLI command runner (nx)
Readme
@nexusts/cli
NexusTS — Bun-native fullstack framework
Description
CLI command runner (nx).
Adonis ACE-style command runner. Ships nx new, nx init, nx make:controller, nx db:migrate, nx repl, etc. The nx binary is bundled with @nexusts/core so most users don't need to install this separately.
Install
This module is part of the NexusTS monorepo. Each module is published as its own npm package under the @nexusts/ scope.
Most apps start with just the core:
bun add @nexusts/coreThen add this module only if you need it:
bun add @nexusts/cliPeer dependencies
None. No external dependencies. The nx binary is bundled with @nexusts/core.
Usage
import { /* public API */ } from "@nexusts/cli";See the user guide and the example app for a working demo.
License
MIT — see the root LICENSE.
