npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

finder-path

4.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:250
$ npm install finder-path
DailyWeeklyMonthlyYearly

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/'