Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorrycc/import-helper
Don't waste time to write import/require statement.
https://github.com/sorrycc/import-helper
Last synced: 13 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T09:34:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T01:32:47.572Z (22 days 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.
[![NPM version](https://img.shields.io/npm/v/import-helper.svg?style=flat)](https://npmjs.org/package/import-helper)
[![Build Status](https://img.shields.io/travis/sorrycc/import-helper.svg?style=flat)](https://travis-ci.org/sorrycc/import-helper)
[![NPM downloads](http://img.shields.io/npm/dm/import-helper.svg?style=flat)](https://npmjs.org/package/import-helper)## Why
解决手写 import 的重复劳动,能交给机器做的绝不自己动手。
## Demo
![](https://img.alicdn.com/tfs/TB1RI92CFzqK1RjSZFoXXbfcXXa-817-623.gif)
## Features
* ✔︎ 根据 identifier 自动补全 import
* ✘︎ 根据 package.json 中的依赖补全 import
* ✘︎ 支持 esm 和 cjs(目前仅支持 esm)## Installation
```bash
$ yarn global add import-helper
```## Usage
## LICENSE
MIT