Skip to content

chore: prepare release v1.0.1 by merging develop into main#14

Merged
msz-tech merged 5 commits into
mainfrom
develop
Jul 22, 2025
Merged

chore: prepare release v1.0.1 by merging develop into main#14
msz-tech merged 5 commits into
mainfrom
develop

Conversation

@msz-tech

Copy link
Copy Markdown
Owner

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.

msz-tech added 5 commits July 22, 2025 18:13
…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
@msz-tech msz-tech merged commit b76edbf into main Jul 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant