Skip to content

Instantly share code, notes, and snippets.

@mgaebler
Last active December 15, 2020 14:55
Show Gist options
  • Save mgaebler/1760803f66a5b6d4c8fab3b664c11cfe to your computer and use it in GitHub Desktop.
Save mgaebler/1760803f66a5b6d4c8fab3b664c11cfe to your computer and use it in GitHub Desktop.
maintenance

Maintenance

Tips and tools.

Refactoring

codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention.

https://github.com/facebook/codemod https://github.com/styled-components/styled-components-codemods https://github.com/styled-components/styled-components-native-code-mod

Clean dependencies

Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json.

depcheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment