winnerjs
v0.1.0
Published
WinnerJS — AI-powered fullstack CLI. Install once, run `winner` anywhere.
Maintainers
Readme
winnerjs
Official WinnerJS CLI — install globally with one command.
Install
npm install -g winnerjsOr add to a project:
npm install winnerjs
npx winner --helpCommands
winner new <name> # runs create-winnerjs
npm create winnerjs <name> # recommended
winner dev
winner build web|android|desktop
winner install <plugin>
winner generate <resource>
winner deploy <provider>Develop (monorepo)
pnpm --filter winnerjs build
pnpm exec winner --helpPublish to npm
From repo root (requires npm login):
pnpm --filter winnerjs publish --access public