Skip to content

Repository files navigation

OstroJS Framework Installer

npm versionNode.js VersionLicense: MIT

Official Command Line Interface (CLI) installer for scaffolding OstroJS applications across macOS, Linux, and Windows.

WebsiteDocumentationRepository


🚀 Installation

Install the installer globally using npm:

npm install --global @ostro/installer

🛠️ Usage

Create a new OstroJS application by passing the desired project directory name:

ostro new myapp

Navigate into your application directory and start the server:

cd myapp
node app.js

⚙️ Command Options

Command / OptionDescription
ostro new <name>Scaffolds a new application in ./<name>.
ostro new .Scaffolds a new application directly inside the current directory.
ostro new <name> --forceForces creation even if the target directory already exists (overwrites).
ostro new <name> --devInstalls the latest development release (dev-master).

🖥️ Cross-Platform Support

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)

📄 License

The OstroJS Installer is open-sourced software licensed under the MIT License.

Releases

Packages

Used by

Contributors

Languages