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

PyPI PyPI - Python Version Travis (.com)

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

micropy_still

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]...

  CLI Application for creating/managing Micropython Projects.

Options:
  --help  Show this message and exit.

Commands:
  init   Create new Micropython Project
  stubs  Manage Stubs

Creating a Project

micropy_project

Credit

Micropython-Stubber

Josvel/micropython-stubber

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