cubicmushroom / composer-plugin-project-bootstrap
Composer plugin to bootstrap projects
Package info
github.com/cubicmushroom/composer-plugin-project-bootstrap
Type:composer-plugin
pkg:composer/cubicmushroom/composer-plugin-project-bootstrap
dev-develop
2016-06-01 19:43 UTC
Requires
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.1
This package is auto-updated.
Last update: 2026-02-28 21:26:14 UTC
README
Overview
Provides composer functionality to bootstrap projects.
Installing
To install the plugin simply run...
$ composer global require cubicmushroom/composer-pluing-project-bootstrap dev-develop
Commands
The plugin adds the following commands to composer...
cm:bootstrap-project
Prompts for the directory to install the new project into, runs the composer init script, and then fires as event for other plugins to use to extend the bootstrap process