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
- Host: GitHub
- URL: https://github.com/motion/atom
- Owner: motion
- License: mit
- Created: 2016-01-19T10:24:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T00:46:46.000Z (over 9 years ago)
- Last Synced: 2025-07-13T17:51:21.778Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.