serverless/lib/temp.js
2015-10-19 11:10:33 -05:00

25 lines
338 B
JavaScript

'use strict';
const JAWS = require('./index2.js');
JAWS.config({
projectRootPath: ''
});
var plugin = function() {
console.log(this);
//let action = function*(next) {
// console.log('herheehrherhehr');
// yield next;
//}
//this.action('ProjectCreate', action);
};
JAWS.plugin(plugin, {});
//JAWS.projectCreate();