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

Readme

Keywords

none

Package Sidebar

Install

npm i apacheconf

Weekly Downloads

7

Version

0.0.5

License

MIT

Last publish

Collaborators

  • tellnes