michalhisim/nette-twitter-bootstrap-installer

Composer post-install helper for Twitter bootstrap in Nette

v0.1 2013-04-30 10:34 UTC

This package is not auto-updated.

Last update: 2024-04-22 08:54:50 UTC


README

Composer post-install helper for Twitter bootstrap into Nette

Inspired by https://github.com/sanpii/twitter-bootstrap-installer

Instalation

$ composer require michalhisim/nette-twitter-bootstrap-installer *@dev

And append this configuration in composer.json:

"scripts": {
    "post-install-cmd": "michalhisim\\NetteTwitterBootstrapInstaller\\Composer\\ScriptHandler::postInstall",
    "post-update-cmd": "michalhisim\\NetteTwitterBootstrapInstaller\\Composer\\ScriptHandler::postUpdate"
},
"extra": {
    "nette-web-dir": "www"
}

Added features

  • variable vendor-dir path