@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir initbash
inquir init [options]
Options#
| Option | Description |
|---|---|
--name <name> | Workspace/package name; defaults to the directory name. |
--skip-install | Generate files without installing dependencies. |
--yes, -y | Confirm this operation without prompting. |
Global flags, environments and CLI credentials ↗
Examples#
Example 1bash
inquir init
Example 2bash
inquir init --name my-api --skip-install
Behavior#
This creates local files. It does not create a remote application project.