Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Overview.md #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# Creating a CodeFactory Project
This section will get you started in understanding how to use the CodeFactory SDK.
In this walk through we will focus on the following.
In this walk-through we will focus on the following:

- How to create a CodeFactory project
- Understanding how nuget packages are loaded for CodeFactory
- Understanding how NuGet packages are loaded for CodeFactory
- How to create a CodeFactory command
- How to format a CodeFactory command
- How to consume data from the CodeFactory Framework
- How to create a user interface and display data from CodeFactory
- How to create a user interface and display data using CodeFactory

The following is expected to have been completed before beginning this guidance.
The following is expected to have been completed before beginning this section of guidance.

- You are using Visual Studio 2019 on Windows (Visual Studio on Mac is not supported)
- You have installed CodeFactory for Visual Studio and have activated CodeFactory.
- YOu have installed the CodeFactory SDK
- You have installed the CodeFactory SDK

The walk through will be broken down into logical exercises that cover each of the above goals of this gudiance.
The walk-through will be grouped in a series of logical exercises that cover each of the above goals of this guidance.

## Part One Creating a Project
## Part One - Creating a Project
In the first part of the guidance we will create a project and get it ready to build automation.

This will focus on the following
This will focus on the following:
- How to create a CodeFactory project
- Understanding how nuget packages are loaded for CodeFactory
- Understanding how NuGet packages are loaded for CodeFactory
- How to create a CodeFactory command

[Create a CodeFactory Project](CreateProject.md)

## Part Two Automate Project Information
In the second part we will gather information about a visual studio project and displaying it to the user in Visual Studio.
## Part Two - Automate Project Information
In the second part we will gather information about a Visual Studio project and displaying it to the user in Visual Studio.

This will focus on the following
- How to Format a CodeFactory command
This will focus on the following:
- How to format a CodeFactory command
- How to consume data from the CodeFactory Framework
- How to create a user interface and display data from CodeFactory

[Automate Project Information](AutomateProjectInformation.md)


## Guidance
Once you have completed this set of lessions you can return to gudiance by clicking the link below.
Once you have completed this set of lessons you can return to guidance by clicking the link below:

[CodeFactory Guidance](../Overview.md)