Skip to main content
Command Line Interface

tsci remove

tsci remove removes a tscircuit package from your project, the inverse of tsci add.

Usage

tsci remove <package>

Arguments

  • package (required) – the package to remove (e.g. author/package-name)

Example

$ tsci remove seveibar/PICO_W
# Removing @tsci/seveibar.PICO_W...
# Removed @tsci/seveibar.PICO_W successfully.