Documentation @ https://dev.inotech-pk.com/projects/codejumpstart.html
CodeJumpstart is a VS Code extension that helps developers quickly initialize projects in multiple languages and frameworks. Whether you're starting a new Node.js, Python, C/C++ project or HTML/CSS project, CodeJumpstart sets up everything you need in seconds.
- Supports multiple languages and frameworks (Node.js, Python, React, etc.).
- Generates customizable boilerplate code for quick project initialization.
- Automatically creates necessary files like
.gitignore
,README.md
, and more.
- Install the extension from the VS Code marketplace.
- Open the command palette (
Ctrl+Shift+P
). - Select
Initialize New Project with CodeJumpstart
. - Choose your language/framework and provide a project name.
- Start coding!
You can add your own templates by modifying the templates
folder in the extension directory.
Made by Amaan Ul Haq Siddiqui.