Skip to content

vurdalakov/scripttools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ScriptTools

ScriptTools is a collection of C# scripts that use dotnet script engine to run.

All scripts are distributed under the MIT license.

Using dotnet script

Install dotnet script

  1. Install .NET 7
  2. Run from command line (to install dotnet script):
    dotnet tool install -g dotnet-script
    
  3. Run from command line (to execute scripts directly from a command line as if they were executables):
    dotnet script register
    

Create and run script

  1. Create an empty HelloWorld.csx text file.
  2. Add this line:
    Console.WriteLine("Hello world");
    
  3. Run from command line:
    HelloWorld.csx
    

Scripts

About

A collection of C# scripts that use dotnet script engine to run

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages