Steeltoe developer tool collection
Перейти к файлу
Chris Cheetham b7e209690c Scripts for running unit and feature tests on Linux/OSX 2018-08-07 18:46:55 -04:00
feature/Steeltoe.Tooling.DotnetCLI.Target.Feature Reorgs project 2018-08-07 16:08:51 -04:00
scripts Scripts for running unit and feature tests on Linux/OSX 2018-08-07 18:46:55 -04:00
src Implements tests for Shell class 2018-08-07 18:35:49 -04:00
test/Steeltoe.Tooling.System.Test Implements tests for Shell class 2018-08-07 18:35:49 -04:00
.appveyor.yml Overrides default AppVeyor test and build scripts 2018-08-01 11:15:57 -04:00
.gitattributes Initial checkin of tooling solution 2018-07-24 17:16:07 -04:00
.gitignore Ignores vi/vim swap files 2018-08-01 16:34:52 -04:00
.travis.yml Defaults to Travis CI default OS X image 2018-08-02 09:48:22 -04:00
CONTRIBUTING.md Document how to contribute to project 2018-07-31 09:02:18 -04:00
LICENSE Initial commit 2018-07-24 11:40:30 -04:00
README.md Updates README per layout changes 2018-08-07 16:56:22 -04:00
Tooling.sln Scripts for running unit and feature tests on Linux/OSX 2018-08-07 18:46:55 -04:00

README.md

Steeltoe Tooling

Steeltoe developer tool collection.

For documentation, please see the Steeltoe Tooling Wiki.

Local Build

Install:

> dotnet pack
> dotnet tool install --global Steeltoe.Tooling --add-source src/Steeltoe.Tooling.DotnetCLI/bin/Debug 

Uninstall:

> dotnet tool uninstall --global Steeltoe.Tooling.DotnetCLI

Latest Builds

Platform Branch Status
Windows master AppVeyor master status
Linux/OS X master Travis CI master status