cubicmushroom / composer-plugin-project-bootstrap
Composer plugin to bootstrap projects
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.1
This package is not auto-updated.
Last update: 2024-11-09 20:22:53 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