command-manage
v1.0.2
Published
command manage
Downloads
3
Readme
command-manage
命令管理
Install
npm install --save-dev command-manage
Examples
var command = require('command-manage')();
command.add({
name: 'moveBox',
execute: function () {
//body...
},
undo: function () {
//body...
}
});