astexplorer.app

An https://astexplorer.net wrapper which adds module bundling and hot reloading.

MIT License

Downloads
5
Stars
120
Committers
1

πŸ“£ Summary

Everything you love about https://astexplorer.net plus:βœ… Edit Transforms in your IDE. βœ… Organise them into Modules. βœ… Hot Reloading. βœ… Work Offline.

πŸ“Έ Screenshot

🌩 Installation

Mac

πŸ“¦ ASTExplorer-0.14.7.dmg πŸ“¦ ASTExplorer-darwin-x64-0.14.7.zip

Build From Source

git clone https://github.com/JamieMason/astexplorer.app.git astexplorer-app
cd astexplorer-app
yarn install
yarn start

πŸ•Ή Usage

  1. Mouse over the Transform Menu at the top of AST Explorer.
  2. Select Babel Plugin, ESLint Rule, Codemod etc.
  3. Find and open your Transform Script on your machine.

You can now edit your Transform Script in your IDE, such as VS Code and changes will be reloaded automatically in AST Explorer. Organise your transform using JavaScript Modules and they will be bundled together automatically.

Package Rankings
Top 18.58% on Npmjs.org
Related Projects