Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Aug 22, 2019
1 parent 016917c commit 1aed678
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Living Documentation

// TODO: Write explaination

## Running the sample

These steps expect the **eShopOnContainers** and **LivingDocumentation** repos to be subdirectories of the location where you execute these commands:

```plain
|
+-- eShopOnContainers
+-- LivingDocumentation
```

1. Install the analyzer as a global tool

```sh
dotnet tool install --global LivingDocumentation.Analyzer
```

2. Make sure you've build the solution you want to document

```sh
dotnet build eShopOnContainers/eShopOnContainers-ServicesAndWebApps.sln -c Release
```

3. Run the analyzer and store the intermediate output

```sh
livingdoc-analyze --solution eShopOnContainers/eShopOnContainers-ServicesAndWebApps.sln --output analysis.json
```

4. Run you project specific renderer

```sh
dotnet run --project LivingDocumentation\samples\LivingDocumentation.eShopOnContainers -c Release
```

0 comments on commit 1aed678

Please sign in to comment.