cubicmushroom / project-toolbelt
A tool to make the process of bootstrapping a project as simple as possible, and provide a simple way to run all development tasks
dev-master
2015-10-26 07:53 UTC
Requires
- symfony/console: ^2.7
- symfony/filesystem: ^2.7
Requires (Dev)
- codeception/codeception: ^2.1
- codeception/phpbuiltinserver: ^1.2
- codeception/specify: ^0.4.2
- codeception/verify: ^0.2.7
- monolog/monolog: ^1.17
- phpspec/nyan-formatters: ^1.0
- phpspec/phpspec: ^2.3
- phpunit/php-invoker: ^1.1
This package is not auto-updated.
Last update: 2024-11-09 19:22:31 UTC
README
An Introduction
This tool is designed to make the process of bootstrapping a project as simple as possible, and provide a simple way to run all development tasks, subsequently brining consistency to the development process used for all projects.
Whilst it designed for internal use by those at Cubic Mushroom, it's made freely available for others to use, or adapt to their own purpose.
Getting Started
Install via composer
...
$ composer require cubicmushroom/project-toolbelt
This installs the toolbelt package and installs the toolbelt
command to the composer bin directory.
Stuff that we're going to add
- Codeception setup