-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commands
pony help
- show help
pony create js
- create pony js project in current folder with vscode config
pony create js ProjectName
- create named pony js project in current folder with vscode and haxedevelop config
pony create node
- create pony nodejs project in current folder with vscode config
pony create node ProjectName
- create named pony models project in current folder with vscode and haxedevelop config
pony create pixijs
- create pony pixijs project in current folder with vscode config
pony create pixijs ProjectName
- create named pony pixijs project in current folder with vscode and haxedevelop config
pony create server
- create pony server config in current project
pony create electron
- create simple pony electron application
pony create pixielectron
- create pony pixi.js electron application
pony create monacoelectron
- create pony electron application with monaco editor
pony server
- run pony server (test server, proxy or haxe build server, using xml cfg)
pony build
- build app
pony run
- build and run application
pony lines
- show lines count
pony license create bsd AUTHOR EM@IL
- create bsd license file
pony license create closed COMPANY - AUTHOR EM@IL
- create closed license file
pony license update
- put LICENSE.txt in hx files