Skip to content

marvnet/express-dynamic-helpers-patch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-dynamic-helpers-patch

This is a 'patched' version of pavelvlasov's original library that uses more modern and faster JavaScript.

Dynamic helpers monkey patch for express 3.x and 4.x

How to install?

Using yarn:

  yarn add @marvnet/express-dynamic-helpers-patch

Using npm:

  npm install @marvnet/express-dynamic-helpers-patch --save

How to use It?

  require('@marvnet/express-dynamic-helpers-patch')(app);
  // and now You can use 2.x express dynamicHelpers
  app.dynamicHelpers({
    user: function (req, res) {
      ...
    }
  });

License

This project is licensed under the MIT license.

About

Dynamic helpers monkey patch for express 3 and 4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%