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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,20 @@ All the CodeFactory automation that is hosted in this repository is designed to
8
8
- Training aid by providing live code that can be review and used to show how different parts of the SDK are used.
9
9
10
10
## Automation Packages
11
+
Automation packages contain the core logic that makes up the pre built automation used with implementation of CodeFactory commands.
11
12
12
-
|PackageName|Description|Overview|Ready to Use|Reusable Automation Libraries|Status|
13
+
|PackageName|Description|Ready to Use|Status|
13
14
|--|--|--|--|--|--|
14
-
|CodeFactory.Automation.Standard|Standard commands that are usable on any project.|[Standard Overview](./src/Standard/Overview.md)|Yes|Yes|Planning|
15
-
|CodeFactory.Automation.Standard.NDF|Standard commands that are usable on any project.|[Standard.NDF Overview](./src/Standard/NDF/Overview.md)|Yes|Yes|Planning|
16
-
|CodeFactory.Automation.Data.Sql.EF|Respoitory Generation for SQL EF implmentation||No|Yes|Planning|
17
-
|CodeFactory.Automation.Service.Rest|Service and abstraction generation for Web API services||No|Yes|Planning|
18
-
|CodeFactory.Automation.Service.AzureFunction|Service and abstraction generation for Azure Function services||No|Yes|Planning|
19
-
|CodeFactory.Automation.Service.AWSLambda|Servuce and abstraction generation for AWS Lambda||No|Yes|Planning|
20
-
|CodeFactory.Automation.BlazorServer.Architecture|Full command implementation from blazore server, abstraction, service, logic, and repository implementations||Yes|Yes|Planning|
21
-
|CodeFactory.Automation.MVC.Architecture|Full command implementation from MVC web application, abstraction, service, logic, and repository implementations||Yes|Yes|Planning|
15
+
|CodeFactory.Automation.Standard.Logic|Standard automation libraries that are usable on any project.|Yes|Initial Release|
16
+
|CodeFactory.Automation.NDF.Logic|Automation logic for a number of delivery scenarios that use the CodeFactory.NDF library in the implementation.|Yes|Initial Release|
22
17
23
18
19
+
## Architecture Implementation
20
+
21
+
Architecture implementation focuses on target implementations of CodeFactory automation. Each implementation is ready to use out of the box and consumes the already defined automation packages.
22
+
23
+
|PackageName|Description|Ready to Use|Status|
24
+
|--|--|--|--|
25
+
|CodeFactory.Architecture.AspNetCore.Service.Rest|Full architecture automation to support automation from consuming a EF SQL implementation through the generation of WebAPI rest based API services.|Yes|Initial Release|
26
+
|CodeFactory.Architecture.Blazor.Server|Full architecture automation to support automation from EF SQL implementation through services to complete blazor server component implementation with automation.|Yes|Initial Release|
0 commit comments