1.0.0 • Published 8 years ago

xopen v1.0.0

Weekly downloads
134
License
-
Repository
-
Last release
8 years ago

xopen - Open a file with the default application

xopen provides a dead-simple Promise API for opening files from Node on Windows, macOS, and Linux:

xopen(filepath)

filepath is a path to the file you wish to open. When you call xopen(), it returns a Promise that is resolved with the contents of stdout if the application successfully opens, and is rejected with an error if the application fails to open.

It's that easy.