Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cmd-tools

starfire17976MIT1.0.0

Commands added to this tool.

readme

Command line Tools

Commands added to this tool.

  • dep

    Installs or removes a typescript dependency with ease. Allows to install the @types and regular dependency with one command.

    To install types in devDependencies and regular dependency in dependencies:

          dep install lodash    

    To remove dependencies

          dep remove lodash
  • clean

    Cleans the node_modules from all the projects in a folder. To start in interactive mode open using -i flag

          clean -i

For more info check the help menu

    dep help
    dep install help
    dep remove help
    dep clean help