aws / aws-sdk-js-codemod

Codemod scripts to update AWS SDK for JavaScript APIs.
MIT No Attribution
71 stars 10 forks source link

Create a playground for aws-sdk-js-codemod #116

Open trivikr opened 2 years ago

trivikr commented 2 years ago

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 commented 2 years ago

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