Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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