2014-07-14 3 views
1

나는을 실행한다고합니다. 그럼 난 그것에 대해 명령을 무엇이yeoman에서 사용 가능한 모든 하위 발전기를 나열하십시오.

Marionette marionette:app marionette:collection marionette:collectionview marionette:compositeview marionette:controller marionette:itemview marionette:layout marionette:model marionette:region marionette:router marionette:tmpl marionette:view

처럼이 발생 가능한 모든 서브 발전기를 나열합니다.

나는 발명가 발전기를 만들고 있는데, 어떻게 든 발전기에서 구현할 수 있습니까?

답변

0

대부분의 yoeman 발전기 예를 들어 도움이 구현

:> yo aspnet --help 
... 
Subgenerators: 

    yo aspnet:angularcontroller [options] <name> 
    yo aspnet:angularcontrolleras [options] <name> 
    yo aspnet:angulardirective [options] <name> 
    yo aspnet:angularfactory [options] <name> 
    yo aspnet:angularmodule [options] <name> 
    yo aspnet:appsettings [options] 
    yo aspnet:bowerjson [options] 
    yo aspnet:class [options] <name> 
    yo aspnet:coffeescript [options] <name> 
    yo aspnet:dockerfile [options] 
    yo aspnet:gitignore [options] 
    yo aspnet:gruntfile [options] 
    yo aspnet:gulpfile [options] <name> 
    yo aspnet:htmlpage [options] <name> 
    yo aspnet:interface [options] <name> 
    yo aspnet:javascript [options] <name> 
    yo aspnet:json [options] <name> 
    yo aspnet:jsonschema [options] <name> 
    yo aspnet:middleware [options] <name> 
    yo aspnet:mvccontroller [options] <name> 
    yo aspnet:mvcview [options] <name> 
    yo aspnet:nuget [options] 
    yo aspnet:packagejson [options] 
    yo aspnet:program [options] 
    yo aspnet:startup [options] 
    yo aspnet:stylesheet [options] <name> 
    yo aspnet:stylesheetless [options] <name> 
    yo aspnet:stylesheetscss [options] <name> 
    yo aspnet:taghelper [options] <name> 
    yo aspnet:textfile [options] <name> 
    yo aspnet:tfignore [options] 
    yo aspnet:typescript [options] <name> 
    yo aspnet:typescriptconfig [options] <name> 
    yo aspnet:typescriptjsx [options] <name> 
    yo aspnet:usersecrets [options] <name> 
    yo aspnet:webapicontroller [options] <name> 
관련 문제