Skip to content

Commit

Permalink
Merge pull request #23 from BastianBlokland/BastianBlokland-patch-3
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
BastianBlokland authored Apr 21, 2019
2 parents a424f4e + a87fc0f commit 0f41143
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
// Common plugins
"dotnet-test-explorer.testProjectPath": "src/TypedTree.Generator.Tests/TypedTree.Generator.Tests.csproj",
"cSpell.words": [
"Serializer",
"codecov",
"crit",
"nuget",
"struct",
"treescheme",
"typedtree",
"typeof",
"uninstantiated",
"usecase",
"xunit"
],
],
// Search settings
"search.useIgnoreFiles": false,
"search.exclude": {
Expand Down
2 changes: 1 addition & 1 deletion src/TypedTree.Generator.Cli/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **TypedTree-Generator** Cli tool.

Can be used to generated scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)
Can be used to generate scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)

## Installation

Expand Down
5 changes: 3 additions & 2 deletions src/TypedTree.Generator.Core/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# **TypedTree-Generator** Core library.

Library that can be used to generated scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)
Library that can be used to generate scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)

Can be used for more complex integration into a build pipeline, more simple use-cases consider one of the pre-made tools:
Can be used for more complex integration into a build pipeline, for simple use-cases consider one of the pre-made tools:
* [**TypedTree.Generator.Cli**](https://www.nuget.org/packages/TypedTree.Generator.Cli/)
* [**TypedTree.Generator.GlobalTool**](https://www.nuget.org/packages/TypedTree.Generator.GlobalTool/)

Expand All @@ -25,6 +25,7 @@ Steps for generating a scheme:
using TypedTree.Generator.Core.Mapping;
using TypedTree.Generator.Core.Scheme;
using TypedTree.Generator.Core.Serialization;
using TypedTree.Generator.Core.Utilities;
```
2. Create a ITypeCollection:
```c#
Expand Down
2 changes: 1 addition & 1 deletion src/TypedTree.Generator.GlobalTool/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **TypedTree-Generator** Global tool.

Can be used to generated scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)
Can be used to generate scheme files for the [**TypedTree-Editor**](https://bastian.tech/tree/)

## Installation

Expand Down

0 comments on commit 0f41143

Please sign in to comment.