Last active
August 29, 2015 14:16
-
-
Save krishnabhargav/688e7a2d399edffedde6 to your computer and use it in GitHub Desktop.
paket hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ wget https://github.com/fsprojects/Paket/releases/download/0.30.3/paket.bootstrapper.exe | |
--2015-02-23 21:20:58-- https://github.com/fsprojects/Paket/releases/download/0.30.3/paket.bootstrapper.exe | |
Resolving github.com... 192.30.252.131 | |
Connecting to github.com|192.30.252.131|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://s3.amazonaws.com/github-cloud/releases/22755810/f2133dfe-bb80-11e4-9f9d-f777da134aed.exe?response-content-disposition=attachment%3B%20filename%3Dpaket.bootstrapper.exe&response-content-type=application/octet-stream&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1424744518&Signature=v8wt6BYpfl2y0QOeTkmPQe18xUE%3D [following] | |
--2015-02-23 21:20:58-- https://s3.amazonaws.com/github-cloud/releases/22755810/f2133dfe-bb80-11e4-9f9d-f777da134aed.exe?response-content-disposition=attachment%3B%20filename%3Dpaket.bootstrapper.exe&response-content-type=application/octet-stream&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1424744518&Signature=v8wt6BYpfl2y0QOeTkmPQe18xUE%3D | |
Resolving s3.amazonaws.com... 54.231.9.8 | |
Connecting to s3.amazonaws.com|54.231.9.8|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 13360 (13K) [application/octet-stream] | |
Saving to: 'paket.bootstrapper.exe' | |
paket.bootstrapper. 100%[=====================>] 13.05K --.-KB/s in 0.001s | |
2015-02-23 21:20:59 (11.8 MB/s) - 'paket.bootstrapper.exe' saved [13360/13360] | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ ls | |
HelloPaket.csproj Program.cs obj | |
HelloPaket.sln Properties paket.bootstrapper.exe | |
HelloPaket.userprefs bin | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ mono paket.bootstrapper.exe | |
No version specified. Downloading latest stable. | |
Starting download from https://github.com/fsprojects/Paket/releases/download/0.30.3/paket.exe | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ touch paket.dependencies | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ mono paket.exe add nuget xunit --interactive | |
Paket version 0.30.3.0 | |
found: /Users/bhargava/learning/hello-paket/HelloPaket/paket.dependencies | |
Adding xunit to /Users/bhargava/learning/hello-paket/HelloPaket/paket.dependencies | |
Dependencies files saved to /Users/bhargava/learning/hello-paket/HelloPaket/paket.dependencies | |
Resolving packages: | |
- fetching versions for xunit | |
- exploring xunit 1.9.2 | |
Locked version resolutions written to /Users/bhargava/learning/hello-paket/HelloPaket/paket.lock | |
Install to HelloPaket.csproj? | |
[Y]es/[N]o => Y | |
Adding xunit to /Users/bhargava/learning/hello-paket/HelloPaket/paket.references | |
References file saved to /Users/bhargava/learning/hello-paket/HelloPaket/paket.references | |
xunit 1.9.2 unzipped to /Users/bhargava/learning/hello-paket/HelloPaket/packages/xunit | |
3 seconds - ready. | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ | |
learning/hello-paket/HelloPaket master ✗ 103d ✖ ⚑ ◒ | |
▶ ls -l | |
total 7440 | |
-rw-r--r-- 1 bhargava staff 2398 Feb 23 21:28 HelloPaket.csproj | |
-rw-r--r-- 1 bhargava staff 764 Feb 23 21:20 HelloPaket.sln | |
-rw-r--r-- 1 bhargava staff 49 Feb 23 21:20 HelloPaket.userprefs | |
-rw-r--r-- 1 bhargava staff 155 Feb 23 21:20 Program.cs | |
drwxr-xr-x 3 bhargava staff 102 Feb 23 21:20 Properties | |
drwxr-xr-x 3 bhargava staff 102 Feb 23 21:20 bin | |
drwxr-xr-x 3 bhargava staff 102 Feb 23 21:20 obj | |
drwxr-xr-x 3 bhargava staff 102 Feb 23 21:28 packages | |
-rw-r--r-- 1 bhargava staff 13360 Feb 23 11:25 paket.bootstrapper.exe | |
-rw-r--r-- 1 bhargava staff 44 Feb 23 21:28 paket.dependencies | |
-rw-r--r-- 1 bhargava staff 3763248 Feb 23 21:23 paket.exe | |
-rw-r--r-- 1 bhargava staff 68 Feb 23 21:28 paket.lock | |
-rw-r--r-- 1 bhargava staff 5 Feb 23 21:28 paket.references |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment