https://github.com/sorrycc/import-helper
Don't waste time to write import/require statement.
https://github.com/sorrycc/import-helper
Last synced: about 1 month ago
JSON representation
Don't waste time to write import/require statement.
- Host: GitHub
- URL: https://github.com/sorrycc/import-helper
- Owner: sorrycc
- License: mit
- Created: 2019-01-18T10:21:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T09:34:53.000Z (about 6 years ago)
- Last Synced: 2025-03-01T09:37:48.784Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - import-helper
README
# import-helper
[WIP] Don't waste time to write import/require statement.
[](https://npmjs.org/package/import-helper)
[](https://travis-ci.org/sorrycc/import-helper)
[](https://npmjs.org/package/import-helper)## Why
解决手写 import 的重复劳动,能交给机器做的绝不自己动手。
## Demo

## Features
* ✔︎ 根据 identifier 自动补全 import
* ✘︎ 根据 package.json 中的依赖补全 import
* ✘︎ 支持 esm 和 cjs(目前仅支持 esm)## Installation
```bash
$ yarn global add import-helper
```## Usage
## LICENSE
MIT