Skip to content

A starting point for using Structurizr for .NET (.NET Core version)

License

Notifications You must be signed in to change notification settings

braincat/dotnet-core-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structurizr for .NET quickstart (.NET Core version)

This is a simple starting point for using Structurizr for .NET. To use it:

1. Clone the repo

git clone https://github.com/structurizr/dotnet-core-quickstart.git

2. Set your workspace ID, API key and secret

Modify the constants at the top of structurizr/Program.cs to reflect your own Structurizr workspace (this information is available on your dashboard, after signing in).

private const long WorkspaceId = 1234;
private const string ApiKey = "key";
private const string ApiSecret = "secret";

3. Run the program

Finally, run the program, using your IDE.

For more information, please see Structurizr for .NET - Getting Started.

About

A starting point for using Structurizr for .NET (.NET Core version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages