MCPcopy
hub / github.com/plopjs/plop / getGeneratorList

Function getGeneratorList

packages/node-plop/src/node-plop.js:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 const getPartialList = () => Object.keys(partials);
80 const getActionTypeList = () => Object.keys(actionTypes);
81 function getGeneratorList() {
82 return Object.keys(generators).map(function (name) {
83 const { description } = generators[name];
84 return { name, description };
85 });
86 }
87
88 const setDefaultInclude = (inc) => (defaultInclude = inc);
89 const getDefaultInclude = () => defaultInclude;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…