# hosts-path **Repository Path**: mirrors_kevva/hosts-path ## Basic Information - **Project Name**: hosts-path - **Description**: Get the path to the hosts file - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hosts-path [![Build Status](https://travis-ci.org/kevva/hosts-path.svg?branch=master)](https://travis-ci.org/kevva/hosts-path) > Get the path to the hosts file ## Install ``` $ npm install --save hosts-path ``` ## Usage ```js var hostsPath = require('hosts-path'); hostsPath(); //=> '/etc/hosts' ``` ## License MIT © [Kevin Martensson](http://github.com/kevva)