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

https://github.com/motion/atom

Atom editor plugin for Motion
https://github.com/motion/atom

Last synced: 10 months ago
JSON representation

Atom editor plugin for Motion

Awesome Lists containing this project

README

          

# Motion

Motion support package for Atom

## Installation

```bash
apm install motion
```

## Usage

#### Automatic imports replacing

This package automatically replaces your imports to local paths, for example if you type `import component from '$component'`, It'll automatically replace it with the path of `$root/component` in place

## License

This package is licensed under the terms of MIT License. See the LICENSE file for more info.