# creator-programming **Repository Path**: mirrors_cocos-creator/creator-programming ## Basic Information - **Project Name**: creator-programming - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Creator Programming This is a mono source repo holding npm packages `@cocos/creator-programming-*` which forms the the foundation driving Cocos Creator's scripting system. ## Development: ### Prerequisites - Node.js 12 or later - lerna ### Install ```pwsh > npm install > lerna bootstrap ``` ### Publish Run: ``` > npm run version ``` to version your changes. You're prompted to give a version.