-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## NTypewriter, nuget | ||
|
||
### Build your own CLI | ||
|
||
There is no official CLI version of NTypewriter, you can build your own easily since NTypewriter does not require the presence of VisualStudio. The hardest part is to acquire a valid instance of `Microsoft.CodeAnalysis.Compilation`, but [Buildalyzer | ||
](https://github.com/daveaglick/Buildalyzer) will help with that. | ||
|
||
#### Nugets | ||
|
||
To do that you will need a few nugets: | ||
|
||
https://www.nuget.org/packages/NTypewriter/ | ||
|
||
https://www.nuget.org/packages/NTypewriter.CodeModel.Roslyn/ | ||
|
||
https://www.nuget.org/packages/Buildalyzer.Workspaces/ | ||
|
||
#### Example | ||
|
||
And how to do that you can see here: | ||
|
||
[DocumentationGenerator/Program.cs](../DocumentationGenerator/Program.cs) | ||
|
||
The documentation page for "CodeModel" is generated by the above CLI program. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters