Exabyte-io/made

Command-line usage

Closed this issue · 3 comments

Please, if possible, provide some examples of utility command-line usage.

Thanks for asking. I'm not exactly sure what you mean by command-line usage since this repository is a JavaScript library. There are certain ways to invoke the package functionality from command-line, including:

Does this help?

I just tried to do some routine computational scientist's task (e.g. structure format conversion, supercell generation, whatever) using this tool in a familiar "scripting" way like node src/some_entry_point.js but it seems it's not meant to be used like that.

Got it. We can consider this as a feature request.