Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.04 KB

Masala Design System VSCode snippets

This is snippets library for the code for the React component library.


This is repo contains the source code for the code snippet and the package. Cuurently the snippets are in Javascript only. TS snippets to be added later on.

Demo

Installation

Currently this extension is not on the VSCode marketplace and can be installed from command line or vscode.

curl

curl -o mds-snippets.vsix  https://raw.githubusercontent.com/satyamyadav/mds-snippets/main/mds-snippets-0.0.2.vsix |  code --install-extension mds-snippets.vsix && rm mds-snippets.vsix

wget

wget https://raw.githubusercontent.com/satyamyadav/mds-snippets/main/mds-snippets-0.0.2.vsix &&  code --install-extension mds-snippets-0.0.2.vsix && rm mds-snippets-0.0.2.vsix

local file

code --install-extension mds-snippets-0.0.2.vsix

git repo

npm run install:plugin