Skip to content

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!

License

Notifications You must be signed in to change notification settings

BradenM/micropy-cli

Repository files navigation

Micropy Cli

Command line Application for automating Micropython project creation in Visual Studio Code.

Installation

You can download and install the latest version of this software from the Python package index (PyPI) as follows:

pip install --upgrade micropy-cli

Usage

Usage: micropy [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  init   Create new Micropython Project
  stubs  Manage Stubs

Credit

Micropython-Stubber

Josvel/micropython-stubber

  • Guide on using vscode with micropython stubs
  • Initial stubs used in application
  • More