Command line module.
Create internal store structure (folders) for specifies FileSystem store. Must be used on the same computer where UnityBase server installed ( remote server connection is not supported).
Example
//from a command line
>ub cmd/createStore -help
//form a script
var storeCreator = require('cmd/createStore');
var options = {
store: "*"
};
storeCreator(options);