An open API service indexing awesome lists of open source software.

https://github.com/dafrok/form-to-from

An ATOM plugin which helps you spell "from" right.
https://github.com/dafrok/form-to-from

Last synced: 10 months ago
JSON representation

An ATOM plugin which helps you spell "from" right.

Awesome Lists containing this project

README

          

# form-to-from

![example](https://dafrok.github.io/form-to-from/form-to-from.gif)

The wrong spell likes:

```es6
import Foo form 'foo'
```

Now it will be right automatically!

```es6
import Foo from 'foo'
```