meipian-stage-tools
v0.3.0
Published
meipian stage tools for base flat
Downloads
12
Readme
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:
$ npm install meipian-stage-tools --save
In Node.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')