microbit-foundation / microbit-fs

A TypeScript library to manipulate the micro:bit MicroPython filesystem.

Home Page:https://microbit-foundation.github.io/microbit-fs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little question about this library

MaxDtrc opened this issue · comments

Sorry if my question looks idiot, but ... How exactly can I use this library ?
Thanks !

Hi,

Apologies for the really late reply. The documentation is not ready yet, but hopefully the quick start reference could be helpful: https://microbit-foundation.github.io/microbit-fs/quick-guide.html

In essence this a library that can be used by web-based editors to add files, like python modules, into a micro:bit MicroPython hex file.

You can add this project as an npm dependency, or get the ES5 bundle from the GH Releases page to add directly as a <script> tag into your web page/app.

Did that help?

I'll close this ticket as resolved, but if you have any question please do reopen it.

Thanks!