aws-sdk-js-codemod icon indicating copy to clipboard operation
aws-sdk-js-codemod copied to clipboard

Create a playground for aws-sdk-js-codemod

Open trivikr opened this issue 3 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

To test aws-sdk-js-codemod the users have to install it using npm install or npx

Describe the solution you'd like

Create a playground where users can select template, provide their code and check the output.

Additional context

vue-codemod playground https://github.com/vuejs/vue-codemod/pull/2

trivikr avatar Mar 15 '22 22:03 trivikr

ASTExplorer has an option to perform tranform with jscodeshift. On selected, it shows input, output, jscodeshift source code and AST.

Screenshot jscodeshift-transform-ast-explorer

Source: https://github.com/fkling/astexplorer

trivikr avatar Mar 16 '22 06:03 trivikr