generator-wp-make icon indicating copy to clipboard operation
generator-wp-make copied to clipboard

A Yeoman generator for making WordPress things

Results 12 generator-wp-make issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.5.1 > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney) > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix:...

dependencies

**Describe your question** I have installed yeoman and its running fine. yo doctor also shows no error but after installing wp-make yo is not finding this generator. I tried git...

type:question

Chatting with @eugene-manuilov about the eslint we're generating. I'd like to open up the discussion for something like: ```{ "env": { "browser": true }, "extends": "airbnb", "rules": { "indent": [2,...

Hi 10up, Installed this generator today and ran into some headwinds with the extendable-yeoman dependency as referenced in another closed issue or two. I did a manual local install of...

On the master branch, if the user runs `yo wp-make:theme` and breezes through the set-up prompt, everything else is set to a default value except for the root namespace. We...

Quick change in JSCS rule, unless there was a reason behind it. https://github.com/10up/generator-wp-make/blob/7aaec1679accf0f0dfee018fbdbc9c76bb31541a/src/starters/_jscsrc.json#L12

Currently on the `develop` branch, `yo wp-make:plugin` fails to build. This seems to be because of [this line](https://github.com/10up/generator-wp-make/blob/develop/src/generators/plugin/index.js#L65), which is looking for a `_bowerrc.json` starter template (in `/src/starters`). Commenting out...

When generating a new theme, there's little in the way of front-end markup and templating. Once the component library is in a releasable state, what do you think about bringing...

Can we have `dependencies` and `devDependencies` in the generated package.json so all the tests and stuff aren't run by DeployBot?

Can we update the generated gitignore file with some more standard additions? Suggestion: ``` /release/ /vendor/ composer.lock phpunit.xml .idea # Sass .sass-cache *.map # NPM node_modules/ # Editors *.esproj *.tmproj...