Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@osdk/create-app

Package Overview
Dependencies
Maintainers
2
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osdk/create-app

A CLI for bootstrapping OSDK apps on top of popular frameworks

latest
Source
npmnpm
Version
2.4.2
Version published
Weekly downloads
528
149.06%
Maintainers
2
Weekly downloads
 
Created
Source

@osdk/create-app

A CLI for bootstrapping OSDK apps on top of popular frameworks

The CLI may be run directly through npx with npx @osdk/create-app@latest or with the alias npm create @osdk/app@latest. When the NPM package is explicitly installed for example with npm install -g @osdk/create-app@latest the create-osdk-app binary is also available.

Running locally

Run the following commands from the repository root:

pnpm install
pnpm build
cd packages/create-app
./bin/createOsdkApp.mjs

Changes to templates require updating examples/ which can be done with the @osdk/example-generator package.

Options

The CLI can be run without any arguments and the user will be guided with interactive prompts to fill in required information. The prompts may be skipped by providing the relevant information in through arguments instead.

npx @osdk/create-app [project] [--<option>]
OptionDescription
--overwriteOverwrite project directory if already exists [boolean]
--templateTemplate name to use [string]
--sdkVersionThe SDK version to use (1.x or 2.x), defaults to 1.x [string]
--foundryUrlURL for the Foundry stack [string]
--applicationUrlURL the production application will be hosted on [string]
--skipApplicationUrlSkip filling in URL the production application will be hosted on [boolean]
--applicationApplication resource identifier (rid) [string]
--ontologyOntology resource identifier (rid) [string]
--clientIdOAuth client ID for application [string]
--osdkPackageOSDK package name for application [string]
--osdkRegistryUrlURL for NPM registry to install OSDK package [string]
--corsProxyInclude a CORS proxy for Foundry API requests during local development [boolean]
--scopesScopes to request during OAuth flow [array]

Templates

Template nameDescription
reactReact with Vite
vueVue with Vite

FAQs

Package last updated on 24 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts