1.1.3 • Published 9 years ago

modweb-tools v1.1.3

Weekly downloads
2
License
GNU GPL v2
Repository
github
Last release
9 years ago

Module Website cli tools

Utility to help you manage ModuleWebsite on your system for dev

Check out Dev Configuration for dependencies needed to work with ModuleWebsite

modweb help

  Usage: index [options] [command]

  Commands:

    install     Install ModuleWebsite from fresh
    links       Update npm link & tsd link for local dev
    help [cmd]  display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
modweb help install

  Usage: index-install [options]

  Options:

    -h, --help      output usage information
    -n, --noprompt  Automatically clone all repo from the organization without prompt
    -l, --links     Create npm & tsd symbolic links after install
    -i, --npmi      Execute npm install on all repo
    -a, --all       Run all without prompts