Skip to content

Commit 2b423d1

Browse files
authored
Merge pull request #15 from CodeFactoryLLC/PackageDocs
Updates to new package structure.
2 parents d242d99 + 10d2732 commit 2b423d1

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@ All the CodeFactory automation that is hosted in this repository is designed to
88
- Training aid by providing live code that can be review and used to show how different parts of the SDK are used.
99

1010
## Automation Packages
11+
Automation packages contain the core logic that makes up the pre built automation used with implementation of CodeFactory commands.
1112

12-
|PackageName|Description|Overview|Ready to Use|Reusable Automation Libraries|Status|
13+
|PackageName|Description|Ready to Use|Status|
1314
|--|--|--|--|--|--|
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|
2217

2318

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|
2427

0 commit comments

Comments
 (0)