1.0.2 • Published 3 years ago

firefox-user-directory v1.0.2

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

firefox-user-directory

Build

Get firefox user directory crossplatform

Install

npm i firefox-user-directory

Usage

const firefoxUserDirectory = require('firefox-user-directory');

const path = firefoxUserDirectory('darwin');
console.log(path);

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

Contributors

Thank you to all the contributors who have helped us in making this project better :raised_hands: