@nuild/cli
v0.1.1
Published
Incremental build system for frontend monorepos
Readme
nuild
Incremental build system for frontend monorepos.
Install
npm install -g @nuild/cli
# or
pnpm add -g @nuild/cliThe package downloads the prebuilt Go binary for your platform (macOS / Linux / Windows, amd64 / arm64) from GitHub Releases during installation and verifies its SHA-256 checksum.
Set NUILD_SKIP_POSTINSTALL=1 to skip the binary download (e.g. in CI).
Usage
nuild version
nuild helpDocumentation
See the docs site and the architecture model in this repository.
