Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zkochan/fast-install
- Owner: zkochan
- License: mit
- Created: 2016-07-12T19:12:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T19:07:07.000Z (over 7 years ago)
- Last Synced: 2024-11-25T08:40:37.782Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)