Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/latentflip/install-deps


https://github.com/latentflip/install-deps

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# install-deps

A command line tool that will install the npm modules required from a given file.

## Install

`npm install -g install-deps`

## Usage

`install-deps path/to/file.js --save #or any other npm install arguments`

From vim you can do: `:!install-deps % --save`