Skip to content

fix: correct nxt-gen-cli bin path#6

Merged
prabothcharith merged 1 commit intomainfrom
development
Dec 15, 2025
Merged

fix: correct nxt-gen-cli bin path#6
prabothcharith merged 1 commit intomainfrom
development

Conversation

@prabothcharith
Copy link
Copy Markdown
Owner

This pull request includes a small change to the package.json file, updating the path for the CLI binary in the bin field to remove the leading ./ for consistency and compatibility.

@prabothcharith prabothcharith self-assigned this Dec 15, 2025
Copilot AI review requested due to automatic review settings December 15, 2025 07:18
@prabothcharith prabothcharith merged commit 8162a7f into main Dec 15, 2025
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the CLI binary path in package.json by removing the leading ./ and adds the corresponding bin file to properly expose the CLI command. The change aligns with common npm package conventions.

  • Removed leading ./ from the bin path in package.json
  • Added the bin/nxt-gen-cli executable file with proper Node.js shebang and entry point

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updated bin path from ./bin/nxt-gen-cli to bin/nxt-gen-cli for conventional formatting
bin/nxt-gen-cli Added CLI executable file with shebang and entry point that requires and executes the main function from dist/index

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants