npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hosts-path

1.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:49
$ npm install hosts-path
DailyWeeklyMonthlyYearly

hosts-path Build Status

Get the path to the hosts file

Install

$ npm install --save hosts-path

Usage

var hostsPath = require('hosts-path');

hostsPath();
//=> '/etc/hosts'

License

MIT © Kevin Martensson