Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T04:32:11.000Z (over 2 years ago)
- Last Synced: 2024-11-28T01:35:01.603Z (about 1 month ago)
- Topics: directory, firefox, firefox-path, firefox-user-directory, user-directory
- Language: JavaScript
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-user-directory
[![Build](https://github.com/arshadkazmi42/firefox-user-directory/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/firefox-user-directory/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/firefox-user-directory.svg)](https://www.npmjs.com/package/firefox-user-directory)
[![NPM Downloads](https://img.shields.io/npm/dt/firefox-user-directory.svg)](https://www.npmjs.com/package/firefox-user-directory)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/firefox-user-directory.svg)](https://github.com/arshadkazmi42/firefox-user-directory)
[![LICENSE](https://img.shields.io/npm/l/firefox-user-directory.svg)](https://github.com/arshadkazmi42/firefox-user-directory/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/firefox-user-directory.svg)](https://github.com/arshadkazmi42/firefox-user-directory/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/firefox-user-directory.svg)](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