Steeltoe developer tool collection
Перейти к файлу
Chris Cheetham d052bc7a73 Update install instructions 2020-05-28 18:02:20 -04:00
build Adds more breadcrumbs to signing script 2019-10-23 15:42:53 -04:00
config merge 0.7.1 (#97) 2020-05-12 14:12:35 -04:00
scripts Removes bash script variants 2019-01-29 14:17:18 -05:00
src Add headings to topic list 2020-05-28 09:41:16 -04:00
test Add headings to topic list 2020-05-28 09:41:16 -04:00
.editorconfig Add support for EditorConfig 2019-11-15 07:37:58 -05:00
.gitattributes Initial checkin of tooling solution 2018-07-24 17:16:07 -04:00
.gitignore Signs packages prior to publishing 2019-10-10 14:38:50 -05:00
CONTRIBUTING.adoc Ports docs to Asciidoc 2018-10-26 09:13:27 -04:00
LICENSE URL Cleanup (#57) 2019-03-26 17:30:35 -05:00
README.adoc Update install instructions 2020-05-28 18:02:20 -04:00
Tooling.sln [Closes #13] Adds a service life cycle state machine 2018-09-18 09:59:27 -04:00
Tooling.sln.DotSettings merge 0.7.1 (#97) 2020-05-12 14:12:35 -04:00
azure-pipelines.yml Add reference to signing DevOps Library 2020-05-28 09:42:08 -04:00

README.adoc

:branch: master
:uri-build: https://dev.azure.com/SteeltoeOSS/Steeltoe/_build?definitionId=11&_a=summary
:uri-build-status: https://dev.azure.com/SteeltoeOSS/Steeltoe/_apis/build/status/SteeltoeOSS.Tooling?branchName={branch}

= Steeltoe Tooling
:toc:
:toclevels: 2

image:{uri-build-status}["Build Status", link={uri-build}]

== About

Tools for Steeltoe Developers.

The goal of this project is to provide tools to assist Steeltoe Developers.
The current focus is an API and CLI to help with deploying Steeltoe Applications locally to Docker.

Subsequent goals include:

* a Visual Studio plugin leveraging the API
* plugins for other IDES, such as Visual Studio Code and JetBrains Riser
* Visual Studio/DotNET templates

== Install

.Install Steeltoe Tooling CLI from Source
----
$ ./scripts/install.ps1
----

== Further Instructions for Using Steeltoe Tooling CLI

See https://dev.steeltoe.io/docs/3/developer-tools/cli/[Steeltoe Tooling Documentation] for more user and developer information.