# vscode-generator-code **Repository Path**: JerrryWong/vscode-generator-code ## Basic Information - **Project Name**: vscode-generator-code - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: aeschli/remove-publisher - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Yo Code - Extension and Customization Generator [![build status](https://travis-ci.org/Microsoft/vscode-generator-code.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-generator-code) We have written a Yeoman generator to help get you started. We plan to add templates for most extension/customization types into this. ## Install the Generator Install Yeoman and the VS Code Extension generator: ```bash npm install -g yo generator-code ``` ## Run Yo Code The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information. To launch the generator simply type: ```bash yo code ``` ![The command generator](yocode.png) ## Generator Output These templates will * Create a base folder structure * Template out a rough `package.json` * Import any assets required for your extension e.g. tmBundles or the VS Code Library * For Extensions: Set-up `launch.json` for running your extension and attaching to a process ## History * 1.0.0: Generates a VS Code extension for TypeScript 2.0.3 * 0.10.x: Generates a VS Code extension for TypeScript 1.8.10 ## License [MIT](LICENSE)