UNPKG

finder-path

Version:

Get the path of the current directory in Finder (macOS)

19 lines (12 loc) 257 B
# finder-path > Get the path of the current directory in Finder (macOS) ## Install ``` $ npm install finder-path ``` ## Usage ```js import finderPath from 'finder-path'; console.log(await finderPath()); //=> '/Users/sindresorhus/dev/finder-path/' ```