@effect-x/xdev
v0.1.0
Published
XStack development toolkit for web services, workers, CLI apps, and server runtimes.
Maintainers
Readme
@effect-x/xdev
XDev is the XStack development toolkit for web services, workers, CLI apps, native apps, and server runtimes.
It provides one CLI, xdev, for common workspace operations:
xdev checkruns project diagnostics across TypeScript, Effect lint rules, oxlint, and dependency graph checks.xdev build,xdev serve,xdev preview, andxdev releasehandle app lifecycle commands for supported runtimes.xdev debugmanages Node inspector sessions and debugger control commands.xdev cidetects and runs CI stages for affected projects.xdev tauri,xdev native, andxdev emailprovide delivery workflows for desktop, mobile, and email projects.
Install
npm install --global @effect-x/xdevThen run:
xdev --helpRequirements
- Node.js 24 or newer
- Bun 1.3.10 or newer for local development in this repository
Development
bun install
bun run check
bun run pack:checkRelease
This package uses Changesets and npm provenance.
bun run changeset
bun run version-packages
bun run releaseThe GitHub release workflow requires an NPM_TOKEN repository secret with permission to publish @effect-x/xdev.
License
MIT
