Andreas Pizsa's repositories
parse-decimal-number
🏧 Parse a decimal number with i18n format support (localized decimal points and comma separators)
express-swagger-ui
Serve swagger-ui with express.js (without hacking node_modules/swagger-ui/dist/index.html)
detect-mocha
Detect if Mocha is running
export-functions
convenience function to export functions like `module.exports = exportFunctions([func1,func2,func3]);
promise-spread
spread() for native ES6 Promises
global-var
Get the correct 'global' variable for the current runtime environment (`window` in browser, `global` in node, etc)
ip-to-string
Convert an integer IP address to its dot-decimal string representation, eg `0x7F000001` to `127.0.0.1`
kickstart-app
Kickstart module for apps - configuration & logging
kickstart-restify
kickstart module to start a restify web server
plugin-powered
Your app powered by plugins 🚀💫 Universal Plugin Loader
promise-delay-plus
Promise.delay() for ES6. Returns a promise that will be resolved after a delay.
promise-prototype
Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)
promise-timeout-plus
Promise.timeout() for ES6; reject a Promise after a given timeout.
require-extensions
Get executable file extensions as glob pattern or regular expression
require-maybe
Optionally require a module, maybe falling back to others.
setup-browser-env
✅ Simplified browser testing in node.
window-location-query
Get query parameters from the current browser URL, store them in a hash as window.location.query
load-script-or-css
Load a script or stylesheet in the browser, asynchronously, returning a Promise
yargsify
Test and run yargs commands