Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.15 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.15 KB

@vscodeshift/extension-skeleton

CircleCI Coverage Status semantic-release Commitizen friendly Visual Studio Marketplace Version

skeleton for a VSCode extension for applying JSCodeshift transforms

Using this skeleton

It's pretty simple, just replace the command defined in package.json, src/extension.ts and test/suite/extension.test.ts with the name you want, and import or implement the transform you want in src/extension.ts. Add multiple commands if you want.