📝 Adds documentation

This commit is contained in:
2019-11-30 20:10:56 +02:00
parent 1c52c71e05
commit 08b0461f2e

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Templates - Dotnet
A simple template leveraging [.Config][1] dotfiles submodule for rapid project deployment. Simply rename Solution.{code-workspace,sln,sln.DotSettings} to your project name and get started! Afterwards, replace this readme with the actual documentation of your project.
Additionally, until GitHub properly supports submodule definitions from template repositories, after cloning you should run
```git submodule add https://github.com/kritikos-io/.config``` from the repository root. You can replace the submodule with a compatible fork (to preserve your own default namespace etc) **provided it keeps file naming intact** since most files are appearing as symlinks.
[1]: https://github.com/kritikos-io/.config