https://github.com/midwayjs/create-midway
npm init midway
https://github.com/midwayjs/create-midway
Last synced: over 1 year ago
JSON representation
npm init midway
- Host: GitHub
- URL: https://github.com/midwayjs/create-midway
- Owner: midwayjs
- License: mit
- Created: 2021-03-06T12:19:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:08:34.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:36:06.400Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# create-midway
npm init midway
# 扩展
如果你希望扩展,可以传递参数。
```js
'use strict';
const { AddPlugin } = require('create-midway');
new AddPlugin().run({
npm: 'tnpm',
templateList: {
// 模版列表
}
}).catch(e => {console.error(e)});
```