moss-fmt

Build Status

Description

moss-fmt is an executable tool that searches a directory of zips and extracts only the specified files to a new directory, renaming them to identifiable names in the process. The main reason being formatting files for Moss.

Installation

Via Cargo (Recommended)

moss-fmt can be installed via Cargo, which comes with Rustup via:

sh cargo install moss-fmt

Manually building

You may manually build the source code using:

sh $ git clone https://github.com/CJohnson19/moss-fmt.git $ cd moss-fmt $ cargo build --release

The binary will then be in target/release/moss-fmt.

Usage

sh moss-fmt [FLAGS] [OPTIONS] --dir <dir> --filename <file>

Flags

Options

Features