Skip to content

fix(js-template): support JavaScript templates in project generation#12

Merged
msz-tech merged 1 commit into
developfrom
fix/js-template-support
Jul 22, 2025
Merged

fix(js-template): support JavaScript templates in project generation#12
msz-tech merged 1 commit into
developfrom
fix/js-template-support

Conversation

@msz-tech

Copy link
Copy Markdown
Owner

This pull request addresses issue #11 by implementing full support for JavaScript project templates in the create-nexter CLI tool.

Changes include:

Added separate JavaScript templates alongside TypeScript templates.

Updated the project generator to select and copy the correct template based on user language choice (js or ts).

Ensured clean project setup with proper configuration files for both JS and TS projects.

Verified successful project creation and functioning for both JavaScript and TypeScript options.

This enhancement improves the CLI’s flexibility and usability by catering to developers who prefer JavaScript or TypeScript.

@msz-tech msz-tech added this to the v0.1.0 milestone Jul 22, 2025
@msz-tech msz-tech self-assigned this Jul 22, 2025
@msz-tech msz-tech added the bug Something isn't working label Jul 22, 2025
@msz-tech msz-tech merged commit 9c16935 into develop Jul 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant