luiz290788 / vscode-yarn-task-provider

Automatic task detection for yarn package.json files.

Home Page:https://marketplace.visualstudio.com/items?itemName=dkneeland.yarn-task-provider&ssr=false#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Code Yarn Task Provider

Build Status

This extension adds better support for managing a package through Yarn Package Manager, including running yarn install and running any scripts within the scripts section of your package.json.

To begin using this package just install it either through

ext install dkneeland.yarn-task-provider

or by searching for Yarn Task Provider in the VSCode extension marketplace.

Now once you open a project with a package.json in the root directory you can use Terminal -> Run Task... and the extension will show you what tasks it has detected.

Thanks for using this! If you have any issues please create an Issue on GitHub and/or email me at dillon.kneeland@outlook.com.

About

Automatic task detection for yarn package.json files.

https://marketplace.visualstudio.com/items?itemName=dkneeland.yarn-task-provider&ssr=false#overview

License:MIT License


Languages

Language:TypeScript 100.0%