Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imponeer/composer-nodejs-installer
Test repository for automatic node releases (does not yet work!)
https://github.com/imponeer/composer-nodejs-installer
composer-library composer-plugin installer node node-js nodejs npm
Last synced: about 2 months ago
JSON representation
Test repository for automatic node releases (does not yet work!)
- Host: GitHub
- URL: https://github.com/imponeer/composer-nodejs-installer
- Owner: imponeer
- License: mit
- Created: 2020-11-06T10:19:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T01:30:32.000Z (almost 2 years ago)
- Last Synced: 2023-08-13T06:41:27.248Z (over 1 year ago)
- Topics: composer-library, composer-plugin, installer, node, node-js, nodejs, npm
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/imponeer/composer-nodejs-installer.svg?maxAge=2592000)](LICENSE)
[![Packagist](https://img.shields.io/packagist/v/imponeer/composer-nodejs-installer.svg)](https://packagist.org/packages/imponeer/composer-nodejs-installer)
[![Packagist](https://img.shields.io/packagist/dm/imponeer/composer-nodejs-installer.svg)](https://packagist.org/packages/imponeer/composer-nodejs-installer)# Composer NodeJS Installer
Composer extension that installs [NodeJS](https://nodejs.org) to vendor bin path.
## Usage
Easiest way to do that is to execute composer command from console:
```bash
composer require imponeer/composer-nodejs-installer
```## Versioning
The package will be automatically updated each time when new yarn version is released.
So, if you need to use specific node version for example 10.x, you can specify in composer.json with `"imponeer/composer-nodejs-installer":"^10.0.0"` line.
## How to contribute?
If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try [interactive GitHub tutorial](https://try.github.io).
If you found any bug or have some questions, use [issues tab](https://github.com/imponeer/composer-nodejs-installer/issues) and write there your questions.