Official Command Line Interface (CLI) installer for scaffolding OstroJS applications across macOS, Linux, and Windows.
Install the installer globally using npm:
npm install --global @ostro/installerCreate a new OstroJS application by passing the desired project directory name:
ostro new myappNavigate into your application directory and start the server:
cd myapp
node app.js| Command / Option | Description |
|---|---|
ostro new <name> | Scaffolds a new application in ./<name>. |
ostro new . | Scaffolds a new application directly inside the current directory. |
ostro new <name> --force | Forces creation even if the target directory already exists (overwrites). |
ostro new <name> --dev | Installs the latest development release (dev-master). |
Fully compatible and tested across all major operating systems:
- macOS (Intel & Apple Silicon)
- Linux (Debian, Ubuntu, RHEL, Alpine, etc.)
- Windows (Windows 10, Windows 11, PowerShell, CMD)
The OstroJS Installer is open-sourced software licensed under the MIT License.