webjsdev
v0.10.27
Published
The webjs CLI, published unscoped on npm. Unscoped alias for @webjsdev/cli. Installs the `webjs` command.
Readme
webjsdev
The webjs CLI under an unscoped npm name. Lets you npm i -g webjsdev (no scope prefix) and get the canonical webjs command on PATH.
npm i -g webjsdev
webjs create my-app
cd my-app && npm run devwebjsdev is a thin one-line re-export of @webjsdev/cli's entry script. Either package installs the same webjs binary; the choice is purely about whether you'd rather type the scope or not.
The full set of subcommands (dev, start, create, test, check, doctor, vendor, db, ui) lives in @webjsdev/cli. See its README for the surface.
License
MIT
