Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.03 KB

File metadata and controls

36 lines (22 loc) · 1.03 KB

BlurEngine CLI

Workspace for the main BlurEngine command-line package.

Package

  • @blurengine/cli: project generator + lifecycle CLI
  • npx @blurengine/cli@latest create
  • blr dev|build|clean|upgrade

Docs

Local (No Publish)

From repository root, run directly via local package spec:

  • npx @blurengine/cli@file:./packages/blr create ./my-project --namespace my_namespace --yes --no-install

Windows PowerShell:

  • npx.cmd @blurengine/cli@file:./packages/blr create ./my-project --namespace my_namespace --yes --no-install

License

Licensed under the Apache License, Version 2.0. See LICENSE.

Open Source