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 feature (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. Usage --- In a JavaScript file type require(' 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.

