Skip to content

Commit b8d066c

Browse files
committed
Initial documentation and structure of site
1 parent e3e8d71 commit b8d066c

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# CodeFactoryPackages
2-
repository for ready to use packaged automation for CodeFactory, along with full source code.
1+
# CodeFactory Packages
2+
Repository for ready to use packaged automation for CodeFactory, along with full source code.
3+
4+
## Overview
5+
All the CodeFactory automation that is hosted in this repository is designed to meet the following needs.
6+
- Ready to use right away no customization is required.
7+
- Can be copied and extended or changed to meet whatever needs for your delivery involves.
8+
- Training aid by providing live code that can be review and used to show how different parts of the SDK are used.
9+
10+
## Automation Packages
11+
12+
|PackageName|Description|Overview|Ready to Use|Reusable Automation Libraries|Status|
13+
|--|--|--|--|--|--|
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|
22+
23+
24+

src/Standard/NDF/Overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CodeFactory.Automation.Standard
2+
Place Holder

src/Standard/Overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CodeFactory.Automation.Standard
2+
Place Holder

0 commit comments

Comments
 (0)