feat: enhance dev init with file detection, VSCode support, and new web template#56
Draft
feat: enhance dev init with file detection, VSCode support, and new web template#56
Conversation
… web template Co-authored-by: echosoar <14832743+echosoar@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] dev init optimise
feat: enhance dev init with file detection, VSCode support, and new web template
Aug 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements three major optimizations to the
dev initcommand:🛡️ Enhanced Safety for Current Directory Initialization
When using
dev init ./to initialize in the current directory, the command now:.gitdirectories)🎨 VSCode IDE Integration for All Templates
Added comprehensive VSCode support to enhance developer experience:
All existing templates (
ts-node,ts-bin) and the new template now include:.vscode/settings.jsonwith optimized TypeScript and linting configurations.vscode/extensions.jsonwith recommended extensions🚀 New Frontend TypeScript Library Template
Introduces a new "TypeScript Web Library" template (
tpl-ts-web) featuring:localhost:3000The template includes a fully functional demo page that automatically reloads when code changes, making frontend library development fast and interactive.
📦 Template System Updates
All changes follow minimal modification principles while significantly enhancing the developer experience for TypeScript project initialization.
Fixes #55.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
unpkg.comnode /home/REDACTED/work/make-dev-fast/make-dev-fast/packages/dev/bin/dev.js init ./(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.