Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running On Linux

Install .NET Framework & CLI Tools for Linux

Installatioin:

$ git clone https://github.com/TC-J/Articl.git
$ cd Articl
$ make install

See the .NET CLI Overview for details on the usage below.

Building:

$ dotnet build
# then the executable will be in bin/Debug/articl

Managed build & run:

$ dotnet run -- <cli-arguments>

Local Publish & Install:

$ dotnet publish -o <dirpath>
# recommend publishing to the current directory with the name  
# 'articl' 
$ sudo install <dirpath>/articl /usr/local/bin
# eg install articl/articl /usr/local/bin

About

C# Article CRUD from the command line (on Linux)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages