diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d800d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# BMS Pack CLI + +``` +Usage: bms-pack-cli [options] [command] + +CLI to create BMS packs + +Options: + -V, --version output the version number + -h, --help display help for command + +Commands: + help Show help + add-table Add a table to the pack + list-tables List tables cached + add-source + list-missing + compress
+```