Node.js 包管理器 - ied

jopen 8年前發布 | 11K 次閱讀 Node.js 開發

ied 是另一個 Node.js 包管理器,類似 npm,但是比 npm 快!

主要特性:

  • 快速,完全并發安裝

  • 正確解決依賴

  • 支持 semver

  • 正確處理 devDependencies

  • 生成一個平滑的 node_modules 目錄


  • 快速緩存

  • 與 npm registry 交互

  • 包沒有全局命名空間

  • 允許你在同一個包a require 多個版本

  • 通過進程條可視化指示器進程

  • 遵循你的全局配置


  • 提供有用工具集,比如 ping, config, ls

  • 支持私有 registries

使用

  ied is a package manager for Node.

  Usage:

    ied command [arguments]

  The commands are:

    install     fetch packages and dependencies
    run         run a package.json script
    test        run the test-suite of the current package
    shell       enter a sub-shell with augmented PATH
    ping        check if the registry is up
    ls          print the dependency graph
    expose      make a sub-dependency `require`able
    config      print the used config
    init        initialize a new package
    link        link the current package or into it
    unlink      unlink the current package or from it

  Flags:
    -h, --help      show usage information
    -v, --version   print the current version
    -S, --save      update package.json dependencies
    -D, --save-dev  update package.json devDependencies
    -o, --only      install a subset of the dependencies
    -r, --registry  use a custom registry (default: http://registry.npmjs.org/)

  Example:
    ied install
    ied install <pkg>
    ied install <pkg>@<version>
    ied install <pkg>@<version range>

    Can specify one or more: ied install semver@^5.0.1 tape
    If no argument is supplied, installs dependencies from package.json.
    Sub-commands can also be called via their shorthand aliases.

  README:  https://github.com/alexanderGugel/ied
  ISSUES:  https://github.com/alexanderGugel/ied/issues

官方網站:http://www.baiduhome.net/lib/view/home/1451808451323

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!