Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
33 lines (19 loc) · 708 Bytes

File metadata and controls

33 lines (19 loc) · 708 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

pxt-target Manual Page

@description Installs the editor files

Installs the compiled editor files.

~ hint

This command only works for editors that are open sourced.

~

pxt target TARGET [tag]

Description

This commands runs npm and installs the packaged editor files. You need to run this command before you can build or serve an editor locally.

Flags:

TARGETID

The identifier for the editor. It is the value for the id field in the pxtarget.json file which is each editor's repository.

  • for micro:bit, microbit
  • for Circuit Playground, adafruit,
  • for Maker, maker

tag (optional)

Allow the addition of an optional NPM distribution tag.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.