https://github.com/arshadkazmi42/firefox-user-directory
Get abosulte path of firefox user directory - Crossplatform
https://github.com/arshadkazmi42/firefox-user-directory
directory firefox firefox-path firefox-user-directory user-directory
Last synced: 11 months ago
JSON representation
Get abosulte path of firefox user directory - Crossplatform
- Host: GitHub
- URL: https://github.com/arshadkazmi42/firefox-user-directory
- Owner: arshadkazmi42
- License: mit
- Created: 2019-08-25T13:56:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T04:32:11.000Z (almost 4 years ago)
- Last Synced: 2025-06-30T19:54:02.424Z (12 months ago)
- Topics: directory, firefox, firefox-path, firefox-user-directory, user-directory
- Language: JavaScript
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-user-directory
[](https://github.com/arshadkazmi42/firefox-user-directory/actions/workflows/nodejs.yml)
[](https://www.npmjs.com/package/firefox-user-directory)
[](https://www.npmjs.com/package/firefox-user-directory)
[](https://github.com/arshadkazmi42/firefox-user-directory)
[](https://github.com/arshadkazmi42/firefox-user-directory/blob/master/LICENSE)
[](https://github.com/arshadkazmi42/firefox-user-directory/graphs/contributors)
[](https://github.com/arshadkazmi42/firefox-user-directory/commits/master)
Get firefox user directory crossplatform
## Install
```
npm i firefox-user-directory
```
## Usage
```javascript
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](https://github.com/arshadkazmi42/firefox-user-directory/issues/new)
Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase