Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.28 KB

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.