ash-project / igniter_js

Javascript codemods, powered by a high-performance Rust parser integrated via NIFs

Home Page:https://hex.pm/packages/igniter_js

Repository from Github https://github.comash-project/igniter_jsRepository from Github https://github.comash-project/igniter_js

Logo Light

Logo Dark

CI Hex version badge Hexdocs badge

IgniterJs

IgniterJs is javascript patching functionality for Igniter

Installation

IgniterJs can be added to an existing elixir project by adding it to your dependencies:

{:igniter_js, "~> 0.4.3", only: [:dev, :test]}

Status

We are still working on getting this ready for an initial release.

The initial codemods will be limited to specific transformations. This is not intended to be a toolkit (yet) for writing any arbitrary transformation like Igniter is for Elixir. We will likely provide a way to do this by the user providing rust code and using our tools to hook it up to igniter.

About

Javascript codemods, powered by a high-performance Rust parser integrated via NIFs

https://hex.pm/packages/igniter_js

License:MIT License


Languages

Language:Rust 56.4%Language:Elixir 42.1%Language:JavaScript 1.5%