foxglove / create-foxglove-extension

Create Foxglove Studio extensions
https://foxglove.dev
MIT License
34 stars 23 forks source link

Use npm in extension template #105

Closed foxymiles closed 1 year ago

foxymiles commented 1 year ago

Public-Facing Changes

Use npm instead of yarn in newly created extensions.

Description

Use npm instead of yarn in newly created extensions to save extension authors the extra step of installing yarn.

Fixes: #100