Skip to content
#

console

Here are 2,523 public repositories matching this topic...

terminal
DHowett-MSFT
DHowett-MSFT commented Nov 5, 2019

The one comment I'd like you to follow up on eventually is:
"Please make a docs\MSBuildWizardry.md with all the rules and nuances here."

I feel like we're doing a lot of custom or interesting MSBuild stuff which should be documented somehow like:

  1. Moving the properties up to the top above the pre props so we can selectively pick them out in the pre files
  2. List out what's supposed to go i
tldr
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
phpinsights
olivernybroe
olivernybroe commented Mar 5, 2020
Q A
Bug report? no
Feature request? yes

Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the Preset interface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing

laravel-zero
stefkes
stefkes commented Mar 19, 2020

Installation of Laravel Zero with the command below

laravel-zero new TestApp

Results in output

Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...

 What is your application name?:
 >

  Aborted.


Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
charlespax
charlespax commented Jul 26, 2017

It would be great if sc-im had doxygen comments, so documentation can be automatically generated.

I've been playing with with doxygen in a little helloworld project and I really like the output. I've even been able to have the files hosted directly from inside the repository via github pages. Check it out: https://charlespax.github.io/hello_c

As I'm learning the code base I can go through an

Improve this page

Add a description, image, and links to the console 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 console topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.