All Projects → algolia → Atom Autocomplete Module Import

algolia / Atom Autocomplete Module Import

Licence: other
⚛️ Search & install npm packages from import/require statements.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atom Autocomplete Module Import

Emma Cli
📦 Terminal assistant to find and install node packages.
Stars: ✭ 1,201 (+559.89%)
Mutual labels:  algolia, npm, yarn
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-34.62%)
Mutual labels:  atom, npm, yarn
Yarnhook
Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically
Stars: ✭ 177 (-2.75%)
Mutual labels:  npm, yarn
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (-21.43%)
Mutual labels:  npm, yarn
Script Progress
Estimate script execution time
Stars: ✭ 175 (-3.85%)
Mutual labels:  npm, yarn
Foxy
A fast, reliable, and secure NPM/Yarn bridge for Composer
Stars: ✭ 137 (-24.73%)
Mutual labels:  npm, yarn
Yerna
A Lerna-like tool for managing Javascript monorepos using Yarn
Stars: ✭ 140 (-23.08%)
Mutual labels:  npm, yarn
Tbify
使用淘宝镜像运行命令: tbify [nvm|npm|npx|yarn|pnpm|...]
Stars: ✭ 153 (-15.93%)
Mutual labels:  npm, yarn
Cheatsheets
A curated list of everything I look up more than twice
Stars: ✭ 109 (-40.11%)
Mutual labels:  npm, yarn
Pinst
🍺 dev only postinstall hooks (package.json)
Stars: ✭ 162 (-10.99%)
Mutual labels:  npm, yarn
Defu
Assign default properties, recursively. 🌊
Stars: ✭ 161 (-11.54%)
Mutual labels:  npm, yarn
Ni
💡 Use the right package manager
Stars: ✭ 179 (-1.65%)
Mutual labels:  npm, yarn
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-29.12%)
Mutual labels:  npm, yarn
Tiny Package Manager
Learn how npm or Yarn v1 works.
Stars: ✭ 125 (-31.32%)
Mutual labels:  npm, yarn
Book
《现代化前端工程师权威指南》https://guoyongfeng.github.io/book/
Stars: ✭ 141 (-22.53%)
Mutual labels:  atom, npm
Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+6859.89%)
Mutual labels:  npm, yarn
Bolt
⚡️ Super-powered JavaScript project management
Stars: ✭ 2,134 (+1072.53%)
Mutual labels:  npm, yarn
Democracy Client
DEMOCRACY App Client
Stars: ✭ 98 (-46.15%)
Mutual labels:  npm, yarn
Yarn
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
Stars: ✭ 40,325 (+22056.59%)
Mutual labels:  npm, yarn
Sass Recipes
Sass things that I do all the time or should remember to do because googling tutorials gets old
Stars: ✭ 156 (-14.29%)
Mutual labels:  npm, yarn

⚛️ Atom Autocomplete Module Import

Search & install NPM packages from import/require statements powered by Algolia.

demo

Changelog

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.
  • 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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].