create-positron-app
v0.1.6
Published
Create Positron-powered desktop apps with one command
Maintainers
Readme
POSITRON
DESKTOP APP INITIALIZER
High-performance desktop apps with Python and modern web frameworks.
React • Vue • Svelte • Next.js • Vanilla JS
01. USAGE
Initialize a new Positron application interactively:
npx create-positron-app@latest
# or
bunx create-positron-app02. TEMPLATES
You can also specify a template directly to skip the selection prompt:
# React
npx create-positron-app my-app --template react-app
# Vue
npx create-positron-app my-app --template vue-app
# Svelte
npx create-positron-app my-app --template svelte-app
# Next.js
npx create-positron-app my-app --template nextjs-app
# Vanilla
npx create-positron-app my-app --template vanilla-app03. LOCAL DEVELOPMENT
To contribute or test custom changes locally:
git clone https://github.com/tomlin7/Positron.git
cd Positron/packages/create-positron-app
npm install
npm linkPOSITRON CORE v1.0.0-alpha 2026
