Open trivikr opened 2 years ago
To test aws-sdk-js-codemod the users have to install it using npm install or npx
aws-sdk-js-codemod
npm install
npx
Create a playground where users can select template, provide their code and check the output.
vue-codemod playground https://github.com/vuejs/vue-codemod/pull/2
ASTExplorer has an option to perform tranform with jscodeshift. On selected, it shows input, output, jscodeshift source code and AST.
Source: https://github.com/fkling/astexplorer
Is your feature request related to a problem? Please describe.
To test
aws-sdk-js-codemod
the users have to install it usingnpm install
ornpx
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