Skip to content

NoiseStudio/NoiseEngine.Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoiseEngine logo

Issues License Discord

CLI tools of NoiseEngine

More about project and contribution are described in main repository.

Responsibility

This repository contains CLI tools which simplify building and shipping games or apps created on NoiseEngine.

Even in future when editor will be avaiable this tools will allow to use NoiseEngine without editor, e.g. CI/CD tests.

Overview

Documentation

Documentation how to use this tool is not currently avaiable. See here for more information.

Versioning

This project has independent versioning than core, version 0.2 of this are not 0.2 of core.

Building

To compile this project you need to have .NET 7.0 SDK.

After when you have this tool you can build project with running command in repository root:

dotnet build

License

NoiseEngine.Editor is licensed under the MIT license.