[Pkg-javascript-devel] Bug#653057: ITP: node-jsconfig -- Node async configuration loader with command line support
Jonas Smedegaard
dr at jones.dk
Fri Dec 23 09:00:24 UTC 2011
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>
* Package name : node-jsconfig
Version : 0.1.1~20111212
Upstream Author : ▟ ▖▟ ▖ <dodo.the.last at googlemail.com>
* URL : https://github.com/dodo/node-jsconfig
* License : Expat
Programming Lang: Node
Description : Node async configuration loader with command line support
Node is an event-based server-side JavaScript engine.
.
jsconfig can load config file formats whatever Node can require:
.
* by default it's always possible to load `*.js` files
* if you want to use coffee-script config files, just do a
require('coffee-script') before and you're able to require
`*.coffee` files as well
* since Node 0.5.x it's even possible to require `.*json` files
* if you're hardcore you can write your config in cpp and compile them
to `*.node` files
.
jsconfig supports defaults, and provides a command-line interface.
More information about the Pkg-javascript-devel
mailing list