Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hvlxh/node-dialogs
A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!
https://github.com/hvlxh/node-dialogs
form forms forum forum-application forum-software forums javascript messagebox nodejs typescript ubuntu unix windows windows-forms
Last synced: 2 months ago
JSON representation
A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!
- Host: GitHub
- URL: https://github.com/hvlxh/node-dialogs
- Owner: hvlxh
- License: mit
- Created: 2023-05-26T17:33:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T08:40:02.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:01:17.099Z (2 months ago)
- Topics: form, forms, forum, forum-application, forum-software, forums, javascript, messagebox, nodejs, typescript, ubuntu, unix, windows, windows-forms
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
node-dialogs
A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!
Report Bug
·
Request Feature
.
Pull Request
## Installation
1. Create a Node.js project (`npm init -y`)
2. Install node-dialogs (`npm i node-dialogs`)
3. Write the code ([example](https://github.com/hvlxh/node-dialogs/blob/main/examples/test.js))
4. Run it!## Examples
Check the [/examples directory](https://github.com/hvlxh/node-dialogs/tree/main/examples).## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/hvlxh/node-dialogs.svg?style=for-the-badge
[contributors-url]: https://github.com/hvlxh/node-dialogs/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/hvlxh/node-dialogs.svg?style=for-the-badge
[forks-url]: https://github.com/hvlxh/node-dialogs/network/members
[stars-shield]: https://img.shields.io/github/stars/hvlxh/node-dialogs.svg?style=for-the-badge
[stars-url]: https://github.com/hvlxh/node-dialogs/stargazers
[issues-shield]: https://img.shields.io/github/issues/hvlxh/node-dialogs.svg?style=for-the-badge
[issues-url]: https://github.com/hvlxh/node-dialogs/issues
[license-shield]: https://img.shields.io/github/license/hvlxh/node-dialogs.svg?style=for-the-badge
[license-url]: https://github.com/hvlxh/node-dialogs/blob/master/LICENSE