8bb0ec1af6 | ||
---|---|---|
config | ||
feature | ||
scripts | ||
src | ||
test | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
Tooling.sln | ||
versions.props |
README.md
Steeltoe Tooling
Steeltoe developer tool collection.
For documentation, please see the Steeltoe Tooling Wiki.
Latest Builds
Platform | Branch | Status |
---|---|---|
Windows | master | |
Windows | prototype | |
Linux/OS X | master | |
Linux/OS X | prototype |
Developer Chores
Unit Testing
Run a single unit test suite:
> dotnet test test/<project>
Run all unit test suites:
> scripts/unit-test
Feature Testing
Run a single feature test suite:
> dotnet test feature/<project>
Run all feature test suites:
> scripts/feature-test
Install into .NET Global Tools
Install:
> dotnet pack
> dotnet tool install --global Steeltoe.Tooling.DotnetCli --add-source src/Steeltoe.Tooling.DotnetCli/bin/Debug
Uninstall:
> dotnet tool uninstall --global Steeltoe.Tooling.DotnetCli