Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
load-grunt-tasks
Load multiple grunt tasks using globbing patterns
resolve-dep
Return an array of resolved filepaths for require-able local or named npm modules. Wildcard (glob) patterns may be used.
load-plugins
Load plugins for gulp, grunt, assemble, verb any node.js app that needs to load plugins from node_modules or local folders.
load-grunt-parent-tasks
Loads de-duped grunt tasks from parent or sibling modules.
require-grunt-configs
Load a directory of grunt configurations. Very similar to load-grunt-tasks but for configuration.
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 alternative to [load-plugins][] and [gulp-load-plugins][].
assemble-helper-breaklines
Transform the regular notation break line (n), into html <br /> tag
monorepo-load-grunt-parent-tasks
Do not use this, use the main package
smartload-grunt-tasks
Load multiple grunt tasks dynamically using globbing patterns. Load only the tasks you need based on the current task being run.
nltco-load-grunt-parent-tasks
For debugging. Original Author: Larry Gordon
load-grunt-subtasks
Load multiple grunt tasks from subprojects using globbing patterns
@lahautesociete/load-grunt-tasks
Load multiple grunt tasks using globbing patterns