satisfy-dependencies
Satisfies Atom package dependencies and, optionally, Node dependencies of installed packages
satisfy-dependencies
Satisfies Atom package dependencies and, optionally, Node dependencies of installed packages
Installation
apm
Install satisfy-dependencies
from Atom's Package Manager or the command-line equivalent:
$ apm install satisfy-dependencies
Note: Installation might take a bit longer than what you're used to, building binaries takes its time
Using Git
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone the repository as satisfy-dependencies
:
$ git clone https://github.com/idleberg/atom-satisfy-dependencies satisfy-dependencies
Usage
Run any of the following commands from the Command Palette:
Satisfy Dependencies: All
Satisfy Dependencies: Atom Packages
Satisfy Dependencies: Node Packages
Note: In the package settings you specify your preferred package manager to install Node dependencies.
License
This work is licensed under the The MIT License.