New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

create-forgeos-app

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-forgeos-app

Create a ForgeOS app from the command line.

latest
Source
npmnpm
Version
0.1.0-alpha.1
Version published
Maintainers
1
Created
Source

create-forge-app

Create a ForgeOS app without installing ForgeOS globally first.

npm create forgeos-app@alpha my-app -- --template minimal-web
cd my-app
npm run dev

The wrapper delegates to forge new and defaults to:

--template minimal-web
--package-manager npm
--forge-spec npm:forgeos@alpha

Examples:

npm create forgeos-app@alpha notes-app -- --template minimal-web
npm create forgeos-app@alpha support-app -- --template b2b-support-web
npm create forgeos-app@alpha notes-app -- --template minimal-web --no-install --no-git

Use the lower-level ForgeOS package directly when you want to add ForgeOS to an existing project:

npm install forgeos@alpha

Keywords

forgeos

FAQs

Package last updated on 16 Jun 2026

Related posts