项目作者: arshadkazmi42

项目描述 :
Get abosulte path of firefox user directory - Crossplatform
高级语言: JavaScript
项目地址: git://github.com/arshadkazmi42/firefox-user-directory.git
创建时间: 2019-08-25T13:56:09Z
项目社区:https://github.com/arshadkazmi42/firefox-user-directory

开源协议:MIT License

下载


firefox-user-directory

Build
NPM Version
NPM Downloads
Github Repo Size
LICENSE
Contributors
Commit

Get firefox user directory crossplatform

Install

  1. npm i firefox-user-directory

Usage

  1. const firefoxUserDirectory = require('firefox-user-directory');
  2. const path = firefoxUserDirectory('darwin');
  3. console.log(path);
  4. // Output
  5. // /Users/arshad/Library/Application Support/Firefox

Contributing

Interested in contributing to this project?
You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase