Skip to content

Commit

Permalink
add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfpp committed Nov 14, 2019
1 parent b3f268b commit f5476f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 477 deletions.
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: wangfpp
* @Date: 2019-02-28 11:33:07
* @Last Modified by: wangfpp
* @Last Modified time: 2019-11-13 09:26:01
* @Last Modified time: 2019-11-13 09:52:44
*/
const fs = require('fs');
const path = require('path');
Expand All @@ -18,7 +18,7 @@ const download = require('download-git-repo');

const { exists, copy } = require('../lib/copyfolder.js');

const mapAction = {
const mapAction = { // command的映射表
create: {
alias: 'c',
description: '创建一个项目',
Expand Down
Loading

0 comments on commit f5476f3

Please sign in to comment.