项目作者: imponeer

项目描述 :
Test repository for automatic node releases (does not yet work!)
高级语言:
项目地址: git://github.com/imponeer/composer-nodejs-installer.git
创建时间: 2020-11-06T10:19:45Z
项目社区:https://github.com/imponeer/composer-nodejs-installer

开源协议:MIT License

下载


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:

  1. 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.