meipian-stage-tools
Version:
meipian stage tools for base flat
32 lines (21 loc) • 597 B
Markdown
```js
The tool is developed for the nodejs side,
using on-demand loadingcorresponding functions,
which contains a number of modules for users to use
```
```js
$ npm install meipian-stage-tools --save
```
```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')
```