Skip to content

satyamyadav/mds-snippets

Repository files navigation

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

About

Masala Design System VSCode snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published