A framework to create electronic badges in Microsoft MakeCode Arcade - beta
Перейти к файлу
microsoft-github-policy-service[bot] 896f08bb2f
Microsoft mandatory file (#6)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2023-06-12 13:18:09 -07:00
.github/workflows 0.0.6 2020-04-04 18:26:19 -07:00
.vscode initial drop 2019-07-26 07:47:50 -07:00
assets 0.0.7 2020-04-05 09:20:02 -07:00
.gitattributes 0.0.6 2020-04-04 18:26:19 -07:00
.gitignore initial drop 2019-07-26 07:47:50 -07:00
.travis.yml initial drop 2019-07-26 07:47:50 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-07-26 07:44:20 -07:00
LICENSE Initial commit 2019-07-26 07:44:21 -07:00
Makefile initial drop 2019-07-26 07:47:50 -07:00
README.md refresh examples 2020-04-04 18:26:00 -07:00
SECURITY.md Microsoft mandatory file (#6) 2023-06-12 13:18:09 -07:00
badge.ts removing dependencies on light package 2019-08-26 13:07:33 -07:00
home.ts removing dependencies on light package 2019-08-26 13:07:33 -07:00
index.html 0.0.6 2020-04-04 18:26:19 -07:00
notification.ts removing dependencies on light package 2019-08-26 13:07:33 -07:00
pxt.json 0.0.7 2020-04-05 09:20:02 -07:00
pxtsnippets.json fix snippets 2019-07-26 11:10:45 -07:00
schedule.ts migrated to arcade-dom extension 2020-04-05 09:19:47 -07:00
social.ts removing dependencies on light package 2019-08-26 13:07:33 -07:00
test.ts refresh examples 2020-04-04 18:26:00 -07:00
tsconfig.json initial drop 2019-07-26 07:47:50 -07:00

README.md

MakeCode Badge

A framework to create electronic badges in MakeCode Arcade

Configuration

Use the blocks in the badge namespace to configure your information in the badge.

badge.setName("Cortana")
badge.setCompany("MakeCode")
badge.setSocial("TWITTER/LINKEDIN/GITHUB")
badge.start()

Conference configuration

If you are planning to use this badge for a conference, we recommend that you create a new project and add this extension as a dependency. Once the badge is conference, you can share your extension with the conference goers.

You can configure the name of the conference or draw a logo image.

badge.setLogo("MAMAMA", 2)

Additional boot sequence can be registered. For example, this project https://github.com/microsoft/pxt-microsoft-boot-sequence generates the Microsoft boot sequence.

You can specify a full conference program (in JavaScript only) as well.

Supported targets

  • for PXT/arcade (The metadata above is needed for package search.)

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

Resources: