项目作者: BlythMeister

项目描述 :
Paket Dependency & Reference Sorter
高级语言: C#
项目地址: git://github.com/BlythMeister/PaketSorter.git
创建时间: 2019-03-27T12:18:35Z
项目社区:https://github.com/BlythMeister/PaketSorter

开源协议:GNU General Public License v3.0

下载


Paket Sorter

Build status
Release
Issues

A command line application call paket in standard folder structures and chain multiple commands together.

With added ability to sort dependencies and references files alphabetically prior to install.

Installation

Usage

  1. Usage: PaketSorter [options]
  2. Options:
  3. -d|--dir <PATH> The path to a root of a repository, defaults to current directory if not provided (Note: <PATH> should be in quotes)
  4. -ua|--update-args <ARGS> Args to pass to paket update (Note: <ARGS> should be in quotes)
  5. -ia|--install-args <ARGS> Args to pass to paket install (Note: <ARGS> should be in quotes)
  6. -sa|--simplify-args <ARGS> Args to pass to paket simplify (Note: <ARGS> should be in quotes)
  7. -cc|--clear-cache Clear caches before running
  8. -s|--simplify Include a paket simplify
  9. -u|--update Include a paket update
  10. -r|--reinstall Delete the lock file and create from scratch
  11. -co|--clean-obj Clean obj folders to force a full update
  12. -np|--no-prompt Never prompt user input
  13. -v|--verbose Verbose logging
  14. -ss|--skip-sort Skip sort
  15. -?|-h|--help Show help information

3rd Party Libraries