Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 765 Bytes

EvoSC# Tool

This is mainly a development tool for EvoSC#. It simplifies certain tasks such as creating and setting up a development environment for new modules, both internal and external. It can also create migrations with the correct conventions.

Installation

Because the tool will only run within the EvoSC# project, it is recommended to install it as a local tool. Therefore, while inside the EvoSC# solution, install by:

dotnet tool install EvoSC.Tool

To install it as a global tool:

dotnet tool install --global EvoSC.Tool

Usage

You can access the tool with the following command:

dotnet evosc

If it is install as a global tool, the command is simply:

evosc