Dariusz P.

JavaScript programmer and open source enthusiast

website under construction
COLOG console logs with colors
Fork me on GitHub

JavaScript library that allow You to format std output in node.js applications. Simply add colog to your application and start formatting your output for more readability.
More in README.md

Included features:

Installation
npm install colog

NPM Github page

EXDI extended dependency injection container
Fork me on GitHub

Extended dependency injection container for Node.js. On top of standard feature, exdi allow you to run ANY JavaScript function via container.
Exdi will extract function arguments, match them by name with container values and then run that function with provided arguments.
More in README.md

Included features:
  • Smart function execution
  • Queue and Parallel for better flow control
  • Node.js and browser implementation
  • Can handle JS minification
  • tested Tested with Nodeunit
  • MIT license

Installation
npm install exdi

NPM Github page

NJET-ROUTING stand-alone routing module for Node.js
Fork me on GitHub

Routing module for Node.js that allow you to categorize routes by VERBS and generate path or full url with given information. Also each route can carry specified set on information that will allow you to integrate this library into any framework you like.
More in README.md

Included features:

Installation
npm install njet-routing

For Swig extension
npm install njet-routing-swig

NPM Github page

NJET-CONFIGURATION stand-alone yaml configuration module for Node.js
Fork me on GitHub

Configuration module for Node.js allow You to load yaml configuration files or directories and simple json objects. You can also perform validation and specify minimum schema for Your config file.
More in README.md

Included features:
  • Load configuration from objects and .yml files
  • Merge configuration using deep copy from various sources
  • Add Your own validators
  • Specify Your own minimum schema for configuration file
  • Easy integration
  • tested Tested with Mocha
  • MIT license

Installation
npm install njet-configuration

NPM Github page