# cocos2d-js__old___1 **Repository Path**: mirrors_cocos2d/cocos2d-js__old__ ## Basic Information - **Project Name**: cocos2d-js__old___1 - **Description**: cocos2d in JavaScript central repository - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2026-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cocos2d-console ## Download ```sh $ NOT DONE YET ``` ## Install ```sh $ NOT DONE YET ``` ## Vision of cocos2d-console A command line tool that lets you create, run, publish, debug, etc… your game. It is the swiss-army knife for cocos2d. This command line tool is in its early stages. Examples: ``` # starts a new project called "My Game" for iOS and Android with JS Bindigns $ cocos2d new "My Game" --mobile --js $ cd "My Game" # Will compile the source code, publish the assests, and then it will send the binary to the simulator $ cocos2d run --ios # Will generate a distribution .ipa file ready to be summitted to the App Store $ cocos2d dist --ios # Will generate published files $ cocos2d publish --ios ```