tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
151 B

  1. module.exports = async function(projectName, templateType) {
  2. console.log('创建项目:', projectName);
  3. console.log('类型:', templateType);
  4. }