From a34bcee7a242e4a27aac104724936e9ba1bdb3c0 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 30 Aug 2016 13:39:31 -0700 Subject: [PATCH] added simulator --- docs/cli.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 653de49e..aa3b3544 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1,12 +1,17 @@ # Command Line Interface +```sim +basic.forever(() => { + basic.showString("CLI<3") +}) +``` + It is possible to use the codethemicrobit tools from a command line interface (CLI). The PXT CLI allows to * edit, compile or deploy JavaScript programs * can easily be integrated in most IDEs. It comes with built-in support for [Visual Studio Code](/code)! * run a local web server for the web editor * author packages using JavaScript and/or C++ - Using the CLI assumes that you have some experience with programming and will require to install tools on your machine as well. * **[LET'S GET STARTED](https://pxt.io/cli)**