mithril-codemods

3.5.2 • Public • Published

mithril-codemods NPM Version NPM License

NPM Downloads Build Status Dependency Status devDependency Status

Automated porting of mithril@0.2 code to mithril@1.0.

Usage

> npm i -g mithril-codemods
> mithril-codemods --help

Usage
    $ mithril-codemods [<file|glob> ...]

Options
    --unsafe, -u    Use unsafe transforms
    --apply,  -a    Apply transforms (instead of a dry run)

Examples
    mithril-codemods **/*.js
    mithril-codemods --apply **/*.js
    mithril-codemods -ua some/specific/file.js

Transforms

Safe

These transforms are pretty safe and unlikely to have many false positives.

⚠️️️ Unsafe ⚠️

These transform are usually fine, but not applied by default since they can have unfortunate side-effects.

Warnings

There are certain classes of changes that are impossible to automatically convert.

Dependencies (6)

Dev Dependencies (8)

Package Sidebar

Install

npm i mithril-codemods

Weekly Downloads

1

Version

3.5.2

License

MIT

Last publish

Collaborators

  • tivac