Adding CLI pointer

This commit is contained in:
Peli de Halleux 2016-08-30 11:35:16 -07:00
parent e856d59235
commit 8cb31daa48
2 changed files with 13 additions and 0 deletions

12
docs/cli.md Normal file
View File

@ -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)**

View File

@ -26,4 +26,5 @@
### Developers
* [Command Line Interface](/cli)
* Learn about [packages](/packages)