2015-12-29 19:06:10 +00:00
|
|
|
.\" Automatically generated by Pandoc 1.15.1
|
|
|
|
.\"
|
|
|
|
.hy
|
2016-01-07 03:21:36 +00:00
|
|
|
.TH "dotnet-new" "1" "January 2016" "" ""
|
2015-12-29 19:06:10 +00:00
|
|
|
.SH NAME
|
|
|
|
.PP
|
2016-01-05 02:25:15 +00:00
|
|
|
dotnet\-new \-\- Create a new sample .NET Core project
|
2015-12-29 19:06:10 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
dotnet new
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
The new command provides a convenient way to initalize a valid .NET Core
|
|
|
|
project and sample source code to try out the CLI toolset.
|
|
|
|
.PP
|
|
|
|
This command is invoked in the context of a directory.
|
|
|
|
When invoked, the command will result in two main artifacts being
|
|
|
|
dropped to the directory:
|
|
|
|
.IP "1." 3
|
|
|
|
A sample "Hello World" program that exists in \f[C]Program.cs\f[] file.
|
|
|
|
.IP "2." 3
|
|
|
|
A valid \f[C]project.json\f[] file
|
|
|
|
.PP
|
|
|
|
After this, the project is ready to be compiled and/or edited further.
|
|
|
|
.SH EXAMPLES
|
|
|
|
.PP
|
2016-01-05 02:25:15 +00:00
|
|
|
\f[C]dotnet\ new\f[]
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
Drops\ a\ sample\ in\ the\ current\ directory.
|
|
|
|
\f[]
|
|
|
|
.fi
|
2015-12-29 19:06:10 +00:00
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
|
|
|
dotnet\-run(1)
|
2016-01-05 02:25:15 +00:00
|
|
|
.SH AUTHORS
|
2016-01-07 03:21:36 +00:00
|
|
|
Zlatko Knezevic zlakne\@microsoft.com.
|