You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# CodeFactory.Formatting.CSharp
2
-
This open source project is an that provides extended formatting for C# code output - intended for use by a CodeFactory automation template author. The final output is published as a Nuget Package which makes available all of the formatting helpers to implementing authors.
2
+
This open source project provides extended formatting for C# code output - intended for use by a CodeFactory automation template author. The final output is published as a Nuget Package which makes available all of the formatting helpers to implementing authors.
3
3
4
4
## New to CodeFactory?
5
-
In the simplest terms, CodeFactory is a real time software factory that is triggered from inside Visual Studio during the design and construction of software. CodeFactory allows for development staff to automate repetitive development tasks that take up developer’s time.
5
+
In the simplest terms, [CodeFactory](www.codefactory.software) is a real time software factory that is triggered from inside Visual Studio during the design and construction of software. CodeFactory allows for development staff to automate repetitive development tasks that consume much of a developer’s time.
6
6
7
7
Please see the following link for further information and guidance about the [CodeFactory Runtime](https://github.com/CodeFactoryLLC/CodeFactory) or the [CodeFactory SDK](https://www.nuget.org/packages/CodeFactorySDK/).
8
8
9
-
## Core purpose of the project
10
-
This project holds a series of formatting helpers that are organized by language, each of which helps to ease in which an automation template author can emit code artifacts back into a project/solution. Currently the project contains helpers for the following language and categories:
9
+
## Core purpose of this project
10
+
This project provides a series of formatting helpers that are organized by language, each of which makes it easier for an automation template author to emit code artifacts back into a project/solution. Currently the project contains helpers for the following language and categories:
11
11
- C# Lanuguage
12
12
- Attribute helpers
13
13
- Class helpers
@@ -29,4 +29,4 @@ This project holds a series of formatting helpers that are organized by language
29
29
30
30
31
31
## Known Limitations of this project
32
-
- Currently only has formatters for the .NET C# language
32
+
- Currently only has formatters for the .NET C# language
0 commit comments