Class: DependencyParser
Defined in: | src\components\dependencies.coffee |
Overview
Creates a list of dependencies and devDependencies
Variables Summary
- name =
-
"DependencyParser"
Instance Method Summary
- # (void) run(pkg) Create license information by concatenating options.addDescription to pkg.description, separated by two line breaks.
Constructor Details
#
(void)
constructor(options)
Creates a new DependencyParser that creates lists of dependencies.
Instance Method Details
#
(void)
run(pkg)
Create license information by concatenating options.addDescription to
pkg.description, separated by two line breaks.
@returns [Promise