https://github.com/algolia/atom-autocomplete-module-import
⚛️ Search & install npm packages from import/require statements.
https://github.com/algolia/atom-autocomplete-module-import
algolia atom npm package-management yarn
Last synced: 7 months ago
JSON representation
⚛️ Search & install npm packages from import/require statements.
- Host: GitHub
- URL: https://github.com/algolia/atom-autocomplete-module-import
- Owner: algolia
- License: other
- Archived: true
- Created: 2017-06-22T15:21:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T09:41:48.000Z (over 2 years ago)
- Last Synced: 2024-11-07T12:52:07.128Z (12 months ago)
- Topics: algolia, atom, npm, package-management, yarn
- Language: JavaScript
- Homepage: https://atom.io/packages/autocomplete-module-import
- Size: 44.9 KB
- Stars: 182
- Watchers: 74
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ⚛️ Atom Autocomplete Module Import
> Search & install NPM packages from import/require statements powered by Algolia.

[Changelog](https://github.com/algolia/atom-autocomplete-module-import/blob/master/CHANGELOG.md)
## Features
This Atom Plugin allows you to quickly find and install any npm module as you are writing your `require()` / `import` statements:
* **Fast** & **Relevant** [autocomplete search powered by Algolia][1].
* Install modules without having to leave Atom.
* Yarn and NPM support.
* Save package as `dependencies`, `devDependencies`, `peerDependencies` or `optionalDependencies`.
* Support for `require()` and ES2015 import module syntax.
You can read more about the story behind in [this][2] blog post.
## Installation
```
apm install autocomplete-module-import
```
## Usage
In a JavaScript file type `require('` (or `from '`) and the plugin will automatically suggest relevant packages from the NPM registry.
Once you confirm your selection, the plugin will ask if you want to install the dependency if it's not already installed.
## Copyright and license
Copyright (c) 2017 Algolia. Code released under the [MIT license](https://github.com/algolia/atom-autocomplete-module-import/blob/master/LICENSE.md).
[1]: https://www.algolia.com
[2]: https://blog.algolia.com/atom-plugin-install-npm-module/