Can I program in windows CLI and deploy to raspberry pi?

if possible, is there any related materials? Thx :slight_smile:

Yes, you can. CLI is just one of tool to package, install, launch your application.
You can develop an application using IDE (such as VS Code, atom) on the Windows. After finishing development, you can package your application and install it to the raspberry pi using CLI on Windows.

1 Like