CLIDE - a command-line IDE for .NET

To view this screencast, add it to your cart and checkout. You can buy this screencast for any price, including FREE!

.NET development is typically done within a graphical IDE, eg. Visual Studio. If you want to do development on Linux or OS X, you can use MonoDevelop, an awesome cross-platform IDE.

That’s cool, but I prefer doing development from the terminal. That’s the environment that I love.

With Rails, if you want to make a new project, you just run rails new MyProjectName from the command-line. When I got back into .NET, I found myself really missing that experience. Having to launch an IDE (or edit lots of XML by hand) just to do something simple like generate a project or add a DLL reference seems really silly to me.

Introducing CLIDE

So … I made a CLI “IDE” for .NET. It’s currently just a tool for creating and maintaining .NET projects and solutions.

Reasons why you might want to use CLIDE:

Installing

In the screencast, I note that clide is available as a NuGet package but it kindof defeats the purpose of clide if you need Visual Studio to install it!

For now, you can also get the latest clide.exe directly from the CLIDE GitHub page.

That’s all!

Enjoy! Let me know if you might find CLIDE useful and have feature requests, etc. It’s very Beta right now, but I use it for all of my .NET development.

Resources