neutralinojs / neutralinojs.github.io

The official website and documentation of Neutralinojs
https://neutralino.js.org
MIT License
244 stars 122 forks source link

Feature Proposal: Copying npm install Command to Clipboard #287

Open sarcaxticlarka opened 8 months ago

sarcaxticlarka commented 8 months ago

Objective: To improve user experience and streamline the process of installing NeutralinoJS by adding a "Copy to Clipboard" feature for the installation command on the website.

Feature Description: Currently, users need to manually copy and paste the installation command (npm install -g @neutralinojs/neu) to their terminal. This proposal suggests adding a clickable icon next to the installation command, which, when clicked, automatically copies the command to the user's clipboard. Additionally, a notification message will be displayed to inform the user that the text has been successfully copied.

Implementation Steps:

Request: I am enthusiastic about contributing to the development of this feature and would like to request the assignment to work on its implementation. As a user of the platform, I believe this addition will be highly beneficial, and I am committed to ensuring its seamless integration.

shalithasuranga commented 8 months ago

Hello @sarcaxticlarka, thanks for posting this feature request and letting us know about your preference about contributing to this issue. Yeah, your idea will improve developer productivity since they can get started with Neutralinojs CLI faster. Please continue contributing this feature with a pull request :)

Implementation note: It seems that we can take this feature directly from Docusaurus. Please check this issue: https://github.com/facebook/docusaurus/issues/6185

Thanks :tada:

skushagra9 commented 5 months ago

Hey, I am interested to solve this issue, please assign to me

skushagra9 commented 5 months ago

Its already implemented here, if anything else please let me know @shalithasuranga image