Skip to content
#

first-timers

Here are 153 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Sep 3, 2020
  • C#
bitfield
bitfield commented Apr 26, 2020

It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).

Let's use this issue to design how that would look, and I invite suggestions!

plots2
Vic-ST
Vic-ST commented Oct 20, 2017

Requirements

I think there already is an issue for each requirement, but I'll just bring it all together here.

Script files:

Your ending script file should look something like this:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Steven Copeland
// GITHUB: https://github.com/StevenCopeland

console.log("Hello World") 

Do NOT make your file like this

``

nzufelt
nzufelt commented Jan 12, 2018

I think we need a more helpful README page. @jocelynshen started this with #25, and that's good, but I was about to comment on there that I'm not 100% sure we need links to the various subfolders in it. So, then, perhaps we should do two things to proceed forward:

  1. Figure out what should go into a README (and add appropriate references to our resources page), and
  2. Make those changes.

Improve this page

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

Learn more

You can’t perform that action at this time.