Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 845 Bytes

angularJS.md

File metadata and controls

34 lines (24 loc) · 845 Bytes

AngularJS code generator

$ sfdx mohanc:codegen:angularJS -h
AngularJS code generator for the given template name

USAGE
  $ sfdx mohanc:codegen:angularJS

OPTIONS
  -t, --templatename=templatename                 Template name [simple]
  --json                                          format output as json
  --loglevel=(trace|debug|info|warn|error|fatal)  logging level for this command invocation

EXAMPLE

       ** AngularJS code generator for the given template name **
       sfdx mohanc:codegen:angularJS

$ sfdx mohanc:codegen:angularJS
Writing code in file app.html ...
Code generation  done. "open  app.html" in Chrome Browser to view.