Git Product home page Git Product logo

dvakulen / cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotnet/cli

0.0 2.0 0.0 13.47 MB

This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).

Home Page: http://dotnet.github.io/

License: MIT License

Batchfile 0.52% Shell 13.50% Groovy 0.56% Makefile 0.03% Python 2.90% Groff 0.97% C# 70.11% HTML 1.68% PowerShell 3.30% CMake 0.17% C 0.09% C++ 6.16%

cli's Introduction

.NET Command Line Interface

This repo contains the source code for cross-platform .NET Core command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation.

Build Status

Ubuntu 14.04 Windows Mac OS X
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

Installers

Ubuntu 14.04 Windows Mac OS X
Installers Download Debian Package Download Msi Download Pkg
Binaries Download tar file Download zip file Download tar file

Interested in .NET Core + ASP.NET 5 RC bits?

This toolchain is independent from the DNX-based .NET Core + ASP.NET 5 RC bits. If you are looking for .NET Core + ASP.NET 5 RC bits, you can find instructions on the http://get.asp.net/.

Docker

You can also use our Docker base images found on https://hub.docker.com/r/microsoft/dotnet to set up your dev or testing environment for usage.

Basic usage

When you have the .NET Command Line Interface installed on your OS of choice, you can try it out using some of the samples on the dotnet/core repo. You can download the sample in a directory, and then do you can kick the tires of the CLI.

Note: on Linux, post-install, please set up the DOTNET_HOME environment: export DOTNET_HOME=/usr/share/dotnet/.

Note: on OS X, post-install, please set up the DOTNET_HOME environment: export DOTNET_HOME=/usr/local/share/dotnet/cli.

First, you will need to restore the packages:

dotnet restore

This will restore all of the packages that are specified in the project.json file of the given sample.

Then you can either run from source or compile the sample. Running from source is straightforward:

dotnet run

Compiling to IL is done using:

dotnet compile

This will drop a binary in ./bin/[configuration]/[framework]/[binary name] that you can just run.

Note: the below is not currently working with the installers above - fix coming ASAP!

Finally, you can also try out native compilation on Windows and Linux. Note: at this point, only the helloworld and dotnetbot samples will work with native compilation.

dotnet compile --native

This will drop a native single binary in ./bin/[configuration]/[framework]/native/[binary name] that you can run.

Questions & Comments

For any and all feedback, please use the Issues on this repository.

cli's People

Contributors

agocke avatar analogrelay avatar brthor avatar cston avatar damianedwards avatar davidfowl avatar glennc avatar juntaoluo avatar krwq avatar richlander avatar sridhar-ms avatar

Watchers

 avatar  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.