UNPKG

meipian-stage-tools

Version:

meipian stage tools for base flat

32 lines (21 loc) 597 B
```js The tool is developed for the nodejs side, using on-demand loadingcorresponding functions, which contains a number of modules for users to use ``` ## Installation #### Using npm: ```js $ npm install meipian-stage-tools --save ``` #### In Node.js: ```js // Load the full build. var mpsts = require('meipian-stage-tools') // Operating files and directories var {fspc} = require('meipian-stage-tools') // Get the current system information var {mpos} = require('meipian-stage-tools') // Versatile tool var {tool} = require('meipian-stage-tools') ```