ZooTycoonModArchive/Castor
1
0
Fork
You've already forked Castor
0
CLI for building Zoo Tycoon 2 mods https://www.nuget.org/packages/Castor/
  • C# 100%
2023年06月16日 15:24:30 +02:00
.github/workflows bump dot net version + bugfix 2022年09月22日 13:55:39 +02:00
Castor bugfix 2023年02月13日 23:30:25 +01:00
Castor.Test bump dot net version + bugfix 2022年09月22日 13:55:39 +02:00
.gitattributes Add .gitignore and .gitattributes. 2021年09月24日 12:20:04 +02:00
.gitignore Add .gitignore and .gitattributes. 2021年09月24日 12:20:04 +02:00
.travis.yml update travis and fix formatting 2021年10月08日 11:03:22 +02:00
castor-github-social-preview.png update readme 2022年03月25日 00:24:35 +01:00
Castor.sln modified solutnion 2022年09月22日 14:35:41 +02:00
castor3-github-social-preview.png add readme 2021年09月28日 22:14:28 +02:00
castor3-github-social-preview.svg add readme 2021年09月28日 22:14:28 +02:00
dotnet-tools.json dotnet format versioning 2021年10月18日 14:58:11 +02:00
LICENSE Create LICENSE 2021年09月24日 14:12:56 +02:00
README.md Update README.md 2023年06月16日 15:24:30 +02:00

Castor

contributions welcome Build Status Codacy Badge

Castor is a simple CLI for building z2f files.

Castor logo

Commands

  • castor init
  • castor build [--zip] [--ztroot]
  • castor serve
  • castor install
  • castor install GitHubAcc/Repository/ReleaseVersion
  • castor help
  • castor version

Installation

Build the solution via dotnet publish, or get it from NuGet the Github releases.

dotnet tool install --global Castor