diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f58328 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# `tar-utils` + +## Usage + +``` +usage: x-tar [] [ ...] + +Tar utilities + +Flags: + --help Show context-sensitive help (also try --help-long and --help-man). + --version Show application version. + +Commands: + help [...] + Show help. + + + build [] [] + Make a new tar file + + -t, --tarfile=FILE Tarfile location + -o, --output=FILE Path to output Tar archive +``` + +## Tarfile format + +``` +COPY +MKDIR +CHMOD [-R] +CHOWN [-R] ( | : | :) +``` +