michalhisim / nette-twitter-bootstrap-installer
Composer post-install helper for Twitter bootstrap in Nette
v0.1
2013-04-30 10:34 UTC
Requires
- leafo/lessphp: *
- twitter/bootstrap: 2.*
This package is not auto-updated.
Last update: 2025-03-24 13:14:20 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