[DevOps] Create templates to sync your workspace base files with DevOps standards
DamianSuess opened this issue · 1 comments
DamianSuess commented
As a user, I would like to be able to make a base dev environment (i.e. C# for Xamarin) for Visual Studio. In order to do so, we need templates to work from
Base Environment
- Folder structure (/docs, /source, /output)
- Editor files (GitIgnore, readme.md, EditorConfig, CodeMaid, LicenseHeader, SpellChecker, StyleCop, MSBuild)
Requires
Out of Scope
- Saving to local cache (
.\BuildTools\cache\
) - Syncing up with the latest version
- Requesting which type of environment you're building (C#, PHP, C++, Arduino, etc.)
DamianSuess commented
Branch: feature/DevOpsSync