Installation
EMB is distributed as an npm package. This page covers installation and verification.
Install EMB
Section titled “Install EMB”Install EMB globally using npm:
npm install -g @enspirit/embOr using pnpm:
pnpm add -g @enspirit/embVerify Installation
Section titled “Verify Installation”Check that EMB is installed correctly:
emb --versionYou should see output like:
@enspirit/emb/0.26.0 darwin-x64 node-v22.x.xYou should see the version number printed.
Shell Completion (Optional)
Section titled “Shell Completion (Optional)”EMB supports shell completion for bash and zsh. To enable it:
Bash:
emb autocomplete bashZsh:
emb autocomplete zshFollow the printed instructions to add the completion to your shell configuration.
Next Step
Section titled “Next Step”Continue to Minimal Configuration to create your first EMB project.