1.0.1 • Published 3 years ago

firefox-profiles v1.0.1

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

firefox-profiles

Get all firefox profile details

Install

npm i firefox-profiles

Usage

const firefoxProfiles = require('firefox-profiles');

const profiles = firefoxProfiles('darwin');
console.log(profiles);

// Output
// [ 
//   { 
//     Name: 'ffire17.xx.xx-x.xx.xx',
//     IsRelative: '1',
//     Path: 'Profiles/y1iixeh7.ffire17.xx.xx-x.xx.xx' 
//   }
// ]

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:

Credits

Inspired by work of firefox-profile-js by Saad Tazi