From 6ff9ffe5fabf766183db9ed1d548b70e21f02eb6 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Mon, 2 Feb 2009 11:59:04 -0500 Subject: restructuring --- site/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 site/index.html (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..72e6254 --- /dev/null +++ b/site/index.html @@ -0,0 +1,60 @@ + + + HighLine + + + +
+ +
+

HighLine is about…

+ + +

Saving time.

+ + +

Command line interfaces are meant to be easy. So why shouldn’t building +them be easy, too? HighLine provides a solid toolset to help you get +the job done cleanly so you can focus on the real task at hand, +your task.

+ + +

Clean and intuitive design.

+ + +

Want to get a taste for how HighLine is used? Take a look at this simple +example, which asks a user for a zip code, automatically does validation, +and returns the result:

+ + +
zip = ask("Zip?  ") { |q| q.validate = /\A\d{5}(?:-?\d{4})?\Z/ }
+ + +

Hassle-free Installation.

+ + +

Installation is easy via RubyGems. Simply enter the command:

+ + +
sudo gem install highline
+ + +

and you’ll be on your way! Of course, manual installation is an option, +too.

+
+ + +
+ + -- cgit v1.2.1