Skip to content
#

yeoman

Here are 744 public repositories matching this topic...

318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
ShawnTe
ShawnTe commented Sep 29, 2016

Thanks for the easy-to-follow tutorial!

A few minor discrepancies between the tutorial and actual response for update (totally not urgent, these did not prevent any functionality -- just wanted to help keep things current):

On http://yeoman.io/codelab/scaffold-app.html
the following options in the CLI are missing from the tutorial page:

"Which Continuous Integration platform do you want? (Pre

xieofxie
xieofxie commented Apr 7, 2020

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe.
I'm always frustrated when I read the document, I don't know whether + - is supported in string/list, whether [] is case sensitive or not in htt

shaunwarman
shaunwarman commented Mar 5, 2019

I probably missed it. But it doesn't seem obvious how to pass in variables to sao context.

My CLI tool uses cac for something like

cli create <applicationName>

And need to feed this value into sao context

await sao({ applicationName, generator, ...etc })

It seems it's available on this.sao.opts is this documented? If not, I'll send a PR.

jonschlinkert
jonschlinkert commented Jul 1, 2016

We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.

SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an

marcinkrzeminski
marcinkrzeminski commented Oct 25, 2019

Add an option for a front-page.twig template in page.php.

Code is very similar to what we have in index.php

<?php
global $post;

$context   = \Timber\Timber::get_context();
$templates = [ 'page-' . $post->post_name . '.twig', 'page.twig' ];

if ( is_front_page() ) {
	array_unshift( $templates, 'front-page.twig' );
}
Timber::render( $templates, $context );
generator-spfx
marcDeSantis
marcDeSantis commented Mar 7, 2019

General Information

  • [X ] Usage
  • Development
  • Documentation
  • Feature Request

Specific generator

  • [X ] Addons
  • HandlebarsJS

What Version you are running?

  • NodeJS: 8.11.1
  • NPM: 6.4.1
  • @pnp/spfx: 1.6.3

Describe your problem

  1. Create a new ApplicationCustomizer Extension project using VueJS
  2. Add PlaceHolderContent dependencies as desc

Improve this page

Add a description, image, and links to the yeoman topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yeoman topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.