Class: InstallParser
Defined in: | src\components\install.coffee |
Overview
Creates a installation informatin
Variables Summary
- name =
-
"InstallParser"
Instance Method Summary
-
#
(void)
run(pkg)
Create data on installation @returns [Promise
] Install info { modules: names: [string], unpkg: boolean }
Constructor Details
#
(void)
constructor(options)
Creates a new InstallParser that parses installation information
Instance Method Details
#
(void)
run(pkg)
Create data on installation
@returns [Promise