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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    35
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    35
  • 0.0.4
    3
  • 0.0.3
    2
  • 0.0.2
    3
  • 0.0.1
    2

Package Sidebar

Install

npm i apacheconf

Weekly Downloads

19

Version

0.0.5

License

MIT

Last publish

Collaborators

  • tellnes