pxt-calliope/docs/cli.md

18 lines
602 B
Markdown
Raw Normal View History

2016-08-30 20:35:16 +02:00
# Command Line Interface
2016-08-30 22:39:31 +02:00
```sim
basic.forever(() => {
basic.showString("CLI<3")
})
```
It is possible to use the tools from a command line interface (CLI). The PXT CLI allows to
2016-08-30 20:35:16 +02:00
* edit, compile or deploy JavaScript programs
2016-08-30 22:34:05 +02:00
* can easily be integrated in most IDEs. It comes with built-in support for [Visual Studio Code](/code)!
2016-08-30 20:35:16 +02:00
* 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)**