https://github.com/w2wizard/flaxcli
FlaxCLI provides a command-line interface and tries to fill in the gap of a missing flax launcher for other platforms besides windows.
https://github.com/w2wizard/flaxcli
Last synced: 2 months ago
JSON representation
FlaxCLI provides a command-line interface and tries to fill in the gap of a missing flax launcher for other platforms besides windows.
- Host: GitHub
- URL: https://github.com/w2wizard/flaxcli
- Owner: W2Wizard
- Created: 2021-08-09T21:08:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T21:27:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T16:24:58.054Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlaxCLI
FlaxCLI provides a command-line interface and tries to fill in the gap of a missing flax launcher for other platforms besides windows.
---
## Installation guide
Requires atleast .NET 5.
### Windows
* Download the source.
* Run `build.bat`
* Run `install.bat`
* Use the command `flax` to invoke the program.
### Linux
* Download the source and run `dotnet pack src` followed by `dotnet tool install --global --add-source ./nupkg FlaxCLI`