Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zkochan/fast-install

Installs npm dependencies. When possible, uses pnpm
https://github.com/zkochan/fast-install

Last synced: 10 days ago
JSON representation

Installs npm dependencies. When possible, uses pnpm

Awesome Lists containing this project

README

        

# fast-install

> Installs npm dependencies. When possible, uses pnpm

## Installation

```sh
npm install --save fast-install
```

## Usage

```js
var install = require('fast-install')

install()
```

## License

[MIT](./LICENSE) © [Zoltan Kochan](http://kochan.io)