Conversation
…late support with proper project generation This merge integrates the complete support for JavaScript project templates into the create-nexter CLI. Previously, the CLI only fully supported TypeScript templates, causing issues when generating JavaScript projects due to mismatched file types and configurations. Key improvements included: Added separate JavaScript template files under templates/js to ensure correct project scaffolding. Updated project generator logic to select the appropriate template based on user language choice. Improved the copyTemplateFiles utility to dynamically copy from the right template folder (js or ts). Fixed issues related to path aliases and configuration files for JavaScript projects. Verified smooth project creation flow for both JavaScript and TypeScript users. Maintained existing TypeScript support and overall CLI stability. This merge addresses Issue #11 (Fix JavaScript template support) and lays a solid foundation for further improvements in template customization and CLI experience.
docs: update README with enhanced project structure for v1.0.1
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 pull request merges the latest stable develop branch into main, preparing the repository for the v1.0.1 release and subsequent publishing on npm.
Includes README enhancements, project structure clarifications to improve documentation
No code functionality changes are included; this is a release preparation merge.