Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.20.0

Choose a tag to compare

@TsvetanMilanov TsvetanMilanov released this 17 Aug 10:06
· 903 commits to master since this release

New Features

npmService

  • install(projectDir: string, dependencyToInstall?: INpmDependency): Promise<INpmInstallResult> - Installs everything from package.json or specified dependency.
    In case there's information which dependency to install, the method will check it and install only this dependency and possibly its @types.
  • uninstall(projectDir: string, dependency: string): Promise - Uninstalls the dependency and the @types/ devDependency.
    The method will remove them from package.json and from node_modules dir.