We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fis-plus对项目的目录结构及目录的名称是有要求的,widget、page、fis-conf.js 等并列的目录组成。我的疑问是,现在新建一个新的文件夹 fisp-demo,fis-plus是否有提供一个命令或者方法可以自动将fisp-demo 这个空目录变成符合fis-plus 目录结构、名称的要求 。而不是 手动去一一创建fis-plus要求的目录结构及名称。
The text was updated successfully, but these errors were encountered:
同求,类似于npm init的命令
Sorry, something went wrong.
> $ fisp init -h Usage: init <command> [options] Commands: module create a module widget create a widget Options: -h, --help output usage information -s, --scaffold <scaffold> -d, --dir <name> create to dir --with-plugin if create a module, whether include `plugin` --repos <url> repository --verbose output verbose help --list [query] list component from the repos --ld <left_delimiter> smarty left_delimiter --rd <right_delimiter> smarty right_delimiter Examples: $ fisp init module -d ./to/directory/other $ fisp init module -d ./to/directory/common --with-plugin $ fisp init module -d ./to/directory/other --ld '<%' --rd '%>' $ fisp init widget -d ./widget/box $ fisp init modjs //just download 'modjs'
15年就有这个功能了
No branches or pull requests
fis-plus对项目的目录结构及目录的名称是有要求的,widget、page、fis-conf.js 等并列的目录组成。我的疑问是,现在新建一个新的文件夹 fisp-demo,fis-plus是否有提供一个命令或者方法可以自动将fisp-demo 这个空目录变成符合fis-plus 目录结构、名称的要求 。而不是 手动去一一创建fis-plus要求的目录结构及名称。
The text was updated successfully, but these errors were encountered: