Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OstroJS Framework Installer

npm version Node.js Version License: 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 / 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).

🖥️ 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