UNPKG

@microbit/microbit-fs

Version:

Manipulate files in a micro:bit MicroPython Intel Hex file.

40 lines (26 loc) 1.52 kB
# micro:bit MicroPython Filesystem [![GitHub Actions](https://github.com/microbit-foundation/microbit-fs/actions/workflows/build.yml/badge.svg)](https://github.com/microbit-foundation/microbit-fs/actions/workflows/build.yml) A TypeScript library to manipulate the micro:bit MicroPython filesystem. <img width="50%" alt="microbit-fs logo" src="https://user-images.githubusercontent.com/29712657/53014294-fb95e700-343f-11e9-856e-d70af8870c0c.png"> ## Documentation The docs can be found in [https://microbit-foundation.github.io/microbit-fs/](https://microbit-foundation.github.io/microbit-fs/). ## npm Package To add this package to your project: ``` npm install @microbit/microbit-fs ``` ## License This software is under the MIT open source license. [SPDX-License-Identifier: MIT](LICENSE.md) ## Code of Conduct Trust, partnership, simplicity and passion are our core values we live and breathe in our daily work life and within our projects. Our open-source projects are no exception. We have an active community which spans the globe and we welcome and encourage participation and contributions to our projects by everyone. We work to foster a positive, open, inclusive and supportive environment and trust that our community respects the micro:bit code of conduct. Please see our [code of conduct](https://microbit.org/safeguarding/) which outlines our expectations for all those that participate in our community and details on how to report any concerns and what would happen should breaches occur.