resolve-dep
popularReturn an array of resolved filepaths for require-able local or named npm modules. Wildcard (glob) patterns may be used.
Updated by @doowb
load-plugins
Load plugins for gulp, grunt, assemble, verb any node.js app that needs to load plugins from node_modules or local folders.
Updated by @jaridmargolin
load-grunt-parent-tasks
Loads de-duped grunt tasks from parent or sibling modules.
Updated by @psyrendust
load-deps
Just load devDependencies of the current project or any other dependencies. Useful for any node.js app that needs to load plugins from node_modules. 15-20x times faster …
Updated by @tunnckocore
load-grunt-subtasks
Load multiple grunt tasks from subprojects using globbing patterns
Updated by @patrickkettner
@lahautesociete/load-grunt-tasks
Load multiple grunt tasks using globbing patterns
Updated by @lahautesociete
require-grunt-configs
Load a directory of grunt configurations. Very similar to load-grunt-tasks but for configuration.
Updated by @wilmoore
smartload-grunt-tasks
Load multiple grunt tasks dynamically using globbing patterns. Load only the tasks you need based on the current task being run.
Updated by @chuckmo
assemble-helper-breaklines
Transform the regular notation break line (n), into html <br /> tag
Updated by @rquintero