4.0.0 • Published 3 years ago

finder-path v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

finder-path

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

Install

$ npm install finder-path

Usage

import finderPath from 'finder-path';

console.log(await finderPath());
//=> '/Users/sindresorhus/dev/finder-path/'