GithubHelp home page GithubHelp logo

koshu.interactive's Introduction

Koshu.Interactive

Koshu plugin for simplifying user interactions in your psake scripts

Usage

Configuration

This plugin currently does not support configuration.

config @{
	"Koshu.Interactive"=@{}
}

Read-Option

Read-Option `
	-message <Message> `
	-options <OptionsArray> `
	-separator [<Separator>] ` # Optional. Defaults to `r`n
	-optionFormat [<Format>] ` # Optional. Defaults to {index}. {option}
	-promptFormat [<Format>] ` # Optional. Defaults to {message}`r`n{options}
	-abortable ` # Optional switch for adding an 'abort' option
	-onAbort [<ScriptBlock>] ` # Optional script block to execute if the abort option is specified
	-force # Optional switch for triggering a prompt even when InteractiveMode is set to $False

Read-Switch

Read-Switch `
	-message <Message> `
	-force # Optional switch for triggering a prompt even when InteractiveMode is set to $False

Execute-Interactive

Execute-Interactive `
	-message <Message> `
	-action <ScriptBlock> # Script block to execute if the user replies 'yes' to the prompt

Set-Interactive

Set-Interactive `
	-interactive <Bool>

Sets the InteractiveMode variable to the $True or $False

Get-Interactive

Get-Interactive

Returns the value of the InteractiveMode variable. If the variable hasn't been set, the user will be prompted to set it.

InteractiveMode-Set

InteractiveMode-Set

Returns $True if the InteractiveMode variable has been and $False if it hasn't been set.

Examples

You can browse through the sample koshufile.ps1 in the examples directory if you need help getting started.

License

MIT (http://opensource.org/licenses/mit-license.php)

Contact

Kristoffer Ahl (project founder) Email: [email protected] Twitter: http://twitter.com/kristofferahl Website: http://www.77dynamite.com/

koshu.interactive's People

Watchers

Kristoffer Ahl avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.