create-appytron
v0.1.0
Published
Scaffold a new AppyTron desktop app — Electron, built on @appydave/core.
Maintainers
Readme
create-appytron
Scaffold a new AppyTron desktop app (Electron, built on @appydave/core).
npx create-appytron my-desktop-app
cd my-desktop-app
npm install
npm run devWhat it does
- Copies the canonical AppyTron
template/(skippingnode_modules,out,dist,.git). - Rewrites placeholders via plain string replacement (no template engine):
package.jsonname→ your app name@appydave/coredevfile:link → the published semver range (^0.1.0, or--core <version>)- the
createConsole({ name })binding + window title → your app name
Publishing note
The published package bundles its own copy of template/. Until a publish-time sync exists, the
CLI falls back to the repo-local ../template when run from the AppyTron monorepo (so local dev
and tests work against the canonical template directly).
