apacheconf

0.0.5 • Public • Published

Apacheconf parser for Node.js

Dependency Status

Apacheconf is an apache config file parser for Node.js.

Example

 
    var apacheconf = require('apacheconf')
 
    apacheconf('/etc/apache2/httpd.conf', function(err, config, parser) {
      if (err) throw err
 
      console.log(config)
    })

Install

npm install apacheconf

Licence

MIT

/apacheconf/

    Package Sidebar

    Install

    npm i apacheconf

    Weekly Downloads

    18

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • tellnes