xenoinc/CodeDevOps

[DevOps] Create templates to sync your workspace base files with DevOps standards

DamianSuess opened this issue · 1 comments

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

  • #12 - Create workspace project
  • #10 - Create workspace testbench

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.)

Branch: feature/DevOpsSync