Skip to content

Test repository for automatic node releases (does not yet work!)

License

Notifications You must be signed in to change notification settings

imponeer/composer-nodejs-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Packagist Packagist

Composer NodeJS Installer

Composer extension that installs NodeJS to vendor bin path.

Usage

Easiest way to do that is to execute composer command from console:

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.

If you found any bug or have some questions, use issues tab and write there your questions.