72 packages
alessioalex-standard
alessioalex's flavor of the standard linter
app-title
Node module that will setup the process.title for your application automagically
asyncache
Transparently cache your asynchronous get functions.
browser-event-debugger
For those moments when you don't know who's adding event listeners on a page.
bubble-stream-error
Bubble errors from an array of streams to a master/top stream
Cls
Simple class abstraction in JavaScript
custom-err
Easily create an error with custom properties attached.
debug-app
debug module with a default namespace consisting of the application name and current filename.
dev-error-handler
HTTP error-handling middleware that displays syntax highlighted source code.
diff-array-objs
Diff two arrays of objects based on a specific property.
dynroute
Dynamic DNS for your domain using Amazon Route53
eslint-config-alessioalex
eslint sharable config, personal flavour
express-etaggable
Express middleware that handles the Etag caching mechanism for you and only calls the dynamic function to load the content when needed. [](https://travis-ci.org/alessio
express-var-dump
Express view helper that displays all kinds of data (post, query, string, params, cookies, session).
frontpage-hn
Retrieves the front page stories from Hacker News in JSON format
generic-middleware
Express-like generic middleware that you can use for anything.
get-folder-size
Get the size of a folder by iterating through its sub-files and -folders.
get-license-npm
Gets the license for a npm project
git-authors
List all authors that have contributed to a git project in descending order, based on the number of commits.
git-blame
Shelling out to git blame in a streaming Node fashion.
git-commits
Get the commit history of a repo in a Node streamy way (shelling out to git-rev-list(1)).
git-count-commits
Get the total number of commits for a repo and a specific revision by shelling out to git.
git-count-files
Get the total number of files for a repo and a specific revision by shelling out to git.
git-diff-tree
Shelling out to git-diff-tree(1) in a Node streamy fashion
git-download-archive
Get a tar/zip archive stream from a git repository (at a certain commit).