vue-godot
v0.0.3
Published
Unscoped npx alias for the Vue Godot CLI
Readme
vue-godot
Unscoped npm package for running the Vue Godot CLI with npx vue-godot.
This package is a thin alias for @vue-godot/cli. It does
not provide a separate library API; install @vue-godot/cli directly when you
need to import CLI helpers from scripts.
Usage
npx vue-godot create my-game
npx vue-godot integrate --html
npx vue-godot gen-types
npx vue-godot doctorRelationship to @vue-godot/cli
The implementation lives in @vue-godot/cli. This package depends on that
scoped package and exposes the same vue-godot binary so users can run the
shorter npx vue-godot ... command.
License
MIT
