Skip to content

DevOps New Project

Damian edited this page Feb 16, 2020 · 2 revisions

Create a project workspace based on Xeno Innovation's based project structure.

Work In Progress

This feature is a work in progress. However, we'll still publish the design documentation below while it is being curated.

Currently spec'd for the 1.5 release.

DevOps Command Line Tools

New Project

Creates a base project structure folder structure and supporting files

Project Types

There are templates for both test-bench and full projects. The test-bench projects only contain simple file and folder structures, whereas the full projects house proper source code and document folders.

Command Switches

DevOps -new -test "Test.MaterialDesign"

Param Description
-[n]ew (name) New project with name
-[t]est Test Bench
-[l]ang (name) Language (C# default)
-[h]elp Help
-[ns]ub Don't create subfolder

Suggested Language Types

  • C# - Xamarin, .NET Core
  • Arduino - C++ project

Folder Structures