0.1.2 • Published 5 years ago

import-helper v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

import-helper

WIP Don't waste time to write import/require statement.

NPM version Build Status NPM downloads

Why

解决手写 import 的重复劳动,能交给机器做的绝不自己动手。

Demo

npm.io

Features

  • ✔︎ 根据 identifier 自动补全 import
  • ✘︎ 根据 package.json 中的依赖补全 import
  • ✘︎ 支持 esm 和 cjs(目前仅支持 esm)

Installation

$ yarn global add import-helper

Usage

LICENSE

MIT