From 8cb31daa48073bff851208ad7420aaacd95ae791 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 30 Aug 2016 11:35:16 -0700 Subject: [PATCH] Adding CLI pointer --- docs/cli.md | 12 ++++++++++++ docs/docs.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/cli.md diff --git a/docs/cli.md b/docs/cli.md new file mode 100644 index 00000000..fcb68c6a --- /dev/null +++ b/docs/cli.md @@ -0,0 +1,12 @@ +# Command Line Interface + +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](https://code.visualstudio.com/)) +* 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)** diff --git a/docs/docs.md b/docs/docs.md index 0b1a1b50..5c3c848c 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -26,4 +26,5 @@ ### Developers +* [Command Line Interface](/cli) * Learn about [packages](/packages)