create-midway

1.3.0 • Public • Published

create-midway

npm init midway

扩展

如果你希望扩展,可以传递参数。

'use strict';
const { AddPlugin } = require('create-midway');

new AddPlugin().run({
  npm: 'tnpm',
  templateList: {
    // 模版列表
  }
}).catch(e => {console.error(e)});

/create-midway/

    Package Sidebar

    Install

    npm i create-midway

    Weekly Downloads

    67

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    542 kB

    Total Files

    5

    Last publish

    Collaborators

    • czy88840616
    • echosoar