Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!

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