-
At least:
- [ ] grunt
- [ ] gulp
Maybe more.
-
Refactor CPT subgenerator
-
Class subgenerator will create a new class with the file name `class-{class name}.php` where the class name is from user input. Will automatically add the require to the main plugin file.
-
With composability becoming more common, we end up with some very specific subgenerators that may clutter the `yo gen --help` interface. We should probably offer a way to hide some "private" subgenera…
-
This will allow users and implementors to get what they want from this lib.
- make the logic in normalize-pkg more granular. e.g instead of adding flags for everything we can just expose an API for, …
-
I'm getting the following warning when creating a new project using the hapi subgenerator: `$ yo ghurt:hapi`
```
bower ENOENT No bower.json present
```
Here's the full outp…
-
Hello! Firstly, thank you for yeoman!
My subgenerator create some files base on files in templates folder.
```
this.fs.copyTpl(...);
```
I try to call subgenerator in may main generator.
If…
-
### Bug description
The following raises a `E1101: Generator 'generator' has no 'bit_count' member (no-member)`:
```python
#pylint: disable=C0114,C0116
from contextlib import contextmanager
…
-
**Describe the enhancement or feature you'd like**
The documentation for the `dis` module provide a summary of what each opcode does. However, the summary is not enough to fully understand what each …
-
Whenever you run the WordPress plugin subgenerator, it installs the plugin within a subfolder that cannot be automatically recognized by the WP install.
If you run the following process...
```
cd ~/…