Skip to content

gitstart-sourcegraph/codemod

 
 

Repository files navigation

@sourcegraph/codemod

npm downloads build code style: prettier semantic-release

A collection of codemods powered by TS-Morph and PostCSS

Use

npx @sourcegraph/codemod --transform global-css-to-css-modules

Build

yarn
yarn build

Test

yarn test

Release

Releases are done automatically in CI when commits are merged into master by analyzing Conventional Commit Messages. After running yarn, commit messages will be linted automatically when committing though a git hook. The git hook can be circumvented for fixup commits with git's fixup! autosquash feature, or by passing --no-verify to git commit. You may have to rebase a branch before merging to ensure it has a proper commit history, or squash merge with a manually edited commit message that conforms to the convention.

About

A collection of codemods powered by TS-Morph and PostCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.9%
  • SCSS 1.3%
  • JavaScript 0.8%