-
-
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 the current folder with vscode config
pony create js ProjectName
- create named pony js project in the current folder with vscode and haxedevelop config
pony create swf
- create pony flash project (swf) in the current folder with vscode config
pony create swf ProjectName
- create named pony flash project (swf) in the current folder with vscode and haxedevelop config
pony create node
- create pony nodejs project in the current folder with vscode config
pony create node ProjectName
- create named pony models to project in the current folder with vscode and haxedevelop config
pony create pixijs
- create pony pixijs project in the current folder with vscode config
pony create pixijs ProjectName
- create named pony pixijs project in the current folder with vscode and haxedevelop config
pony create server
- create pony server config in the 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 create site
- create a web site on the pony
pony server
- run pony server (test server, proxy or haxe build server, using xml cfg)
pony build
- build the app
pony run
- build and run the application
pony zip
- Build the project and pack result after
pony ftp
- Build the project and send the result after on FTP server
pony remote
- Run commands on the remote pony build server
pony hash
- Create hashes list for files from the config
pony unpack
- Unpack files from config archives
pony haxelib
- Haxelib tools
pony lines
- Print lines count
pony chars
- Show chars in .fnt file
pony license create bsd AUTHOR EM@IL
- create BSD license file
pony license create closed COMPANY - AUTHOR EM@IL
- create the closed license file
pony license update
- put LICENSE.txt in hx files