fe CLI is trying to make the odd parts of game development easier. Like it should be.
I started this project with the goal of making it easier to transcode audio/video and export your game to itchio.
The plan now to is expand on this project. To be a all in one CLI.
This is still a work in progress!!!
Installation
You need FFmpeg, and itch.io's butler installed. Then you need to add ffmpeg and butler to your PATH. You can test by running the following into CMD, PowerShell, or Bash:
ffmpeg
butler
If your on Windows, You can can install FFmpeg and with the following commands:
open PowerShell and run the following:
winget install ffmpeg
If you are on Linux:
sudo apt install ffmpeg
You will need to add fe to your PATH. If you don't put into the same directory as where you calling it form.
Usage
fe transcode --inputFile <input> -outputFile <output>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.