Skip to content

Effortless C# code runner

License

katsu-oh/click-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Click Sharp: Effortless C# code runner

Ever wished you could run C# code like a script in a default operating system environment?
This JScript-based tool offers the following approach.

Usage

  1. Copy the ClickSharp.jse file to a desired location.
  2. Rename ClickSharp.jse to reflect the intended program name (e.g., ClickSharp.jse → Hello.jse).
  3. Double-click the renamed .jse file. This action will automatically generate a boilerplate C# source file, compile it, and run the resulting program.
  4. Modify the generated C# source file as required.
  5. Double-click the .jse file again to run the updated program. If the compiled .exe file is outdated, it will be rebuilt automatically.

You can modify C# code and re-run it with a simple double-click.
It feels just like a script.


©2025 katsu-oh, MIT License: https://github.com/katsu-oh/click-sharp/blob/main/LICENSE.

About

Effortless C# code runner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published