This is the README for your extension "Ngoding Cuy". This extension aims to simplify the initialization of Webpack projects. Below, you'll find the key details and features of the extension.
- Quick Webpack Project Setup:
Easily initialize a new Webpack project with just a command. - Pre-configured Webpack Files:
Automatically generateswebpack.config.js, entry points, andpackage.json. - Streamlined Dependencies Installation:
Installs essential dependencies likewebpack,webpack-cli, andwebpack-dev-server.
Here’s how it looks when running the command to initialize a Webpack project:
Tip: A quick GIF of this process will make it even more compelling!
This extension assumes that you have:
- Node.js installed on your system.
You can download it from Node.js Official Website. - npm (comes bundled with Node.js) or yarn package manager.
This extension contributes the following settings:
ngodingCuy.enable: Enable or disable the Ngoding Cuy extension.ngodingCuy.defaultProjectName: Set the default name for new Webpack projects.
- Compatibility Issue: The extension might not work properly with older versions of VS Code (below
1.80.0). - Limited Templates: Currently only supports basic Webpack configurations. Additional templates (e.g., React, Vue) are planned for future releases.
- Release Date: 25 October 2024
- Initial release of Ngoding Cuy!
- Features:
- Command to initialize Webpack projects.
- Auto-generation of
webpack.config.jsandpackage.json. - Basic npm dependency installation.
- Release Date: 25 October 2024
- Initial release of Ngoding Cuy!
- New Features:
- custom project name
Use VS Code to author and edit this README. Here are some helpful shortcuts:
- Split Editor:
Ctrl+\(Windows/Linux) orCmd+\(macOS) - Toggle Preview:
Shift+Ctrl+V(Windows/Linux) orShift+Cmd+V(macOS) - Trigger Suggestions:
Ctrl+Space(all platforms)
Enjoy coding with Ngoding Cuy! 🚀
