-
http://www.python.org/dev/peps/pep-0380/
-
Is there any plan to add a component subgenerator?
-
The thing is, if we add this feature, then the code style of the generated scripts (including those generated by subgenerators) should match the chosen style.
-
The component subgenerator seems to be identical to the main aura generator. I run
```
yo aura:component sample
```
and I get a full aura app generated. According to the web page, I should only be…
-
Currently, the crud subgenerator only supports dates. It would be great to have correct formatting and support for datetimes.
-
Looking for help to get a full app generator started. I think this can be done by composing all the subgenerators. Check out [this for more info...](http://yeoman.io/authoring/composability.html)
-
`You don't seem to have a generator with the name "single-page:section" installed.
But help is on the way:
You can see available generators via npm search yeoman-generator or via http://yeoman.io/…
-
Ref #10
We need to decide either
1. create new yeoman generator for assemble boilerplate (`yo boilerplates`); or
2. add `boilerplate` as subgenerator (`yo assemble:boilerplate`) to existing [generato…
-
You don't seem to have a generator with the name “react-native-ignite:model” installed.
But help is on the way:
You can see available generators via npm search yeoman-generator or via http://yeoma…
-
I am getting TypeError: jhContext.setupServerOptions is not a function while trying to override the server and generate the app using my ustm blueprint.
TypeError: jhContext.setupClientOptions is no…