cmd/createStore

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).

Author:
  • pavel.mash
Example
//from a command line
 >ub cmd/createStore -help

 //form a script
 var storeCreator = require('cmd/createStore');
 var options = {
    store: "*"
 };
 storeCreator(options);