https://github.com/vscodeshift/extension-skeleton
https://github.com/vscodeshift/extension-skeleton
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vscodeshift/extension-skeleton
- Owner: vscodeshift
- License: mit
- Created: 2020-01-17T21:54:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:17:18.000Z (over 3 years ago)
- Last Synced: 2025-02-10T09:15:16.294Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @vscodeshift/extension-skeleton
[](https://circleci.com/gh/vscodeshift/extension-skeleton)
[](https://codecov.io/gh/vscodeshift/extension-skeleton)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
[](https://marketplace.visualstudio.com/items?itemName=vscodeshift.extension-skeleton)
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.