0.0.1 • Published 3 years ago

@shuyun-ep-team/create-app v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@shuyun-ep-team/create-app

数云项目模板集成 cli

Getting started

npm init @shuyun-ep-team/app

or

npx @shuyun-ep-team/create-app

项目配置

项目模板配置(src/congig/template.ts)

// 项目模板列表(eg)
export const TEMPLATE_LIST = [
  {
    name: '麒麟企业版脚手架',
    value: 'npx @shuyun-ep-team/cli',
  },
  {
    name: '麒麟移动端项目',
    value: 'npx kylin-mobile -C',
  },
];

本地测试

1.打包编译
npm run build:test
2.测试
npm test