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
Installation
npm install colog
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
Installation
npm install exdi
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
Installation
npm install njet-routing
For Swig extension
npm install njet-routing-swig
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
Installation
npm install njet-configuration