1.0.0 • Published 7 years ago

cmd-tools v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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