hypermod-io / hypermod-community

Community-owned global registry and documentation hub for codemods. Write & run codemods, share them with your friends!
https://hypermod.io
MIT License
133 stars 18 forks source link

CLI prompt the user with codemod selection screen if transform/preset not provided #131

Closed danieldelcore closed 2 years ago

danieldelcore commented 2 years ago

If a user attempts to fetch a codemod without specifying the transform, present an interactive list of codemods for that package:

ie codeshift --packages @compiled/codemods path/to/foo

danieldelcore commented 2 years ago

Done