crochetfeve0251 / rocket-launcher-take-off
Initialisation library for the Launchpad framework
v3.1.0
2024-12-15 20:23 UTC
Requires
- ext-json: *
- ext-mbstring: *
- brianhenryie/strauss: ^0.14.0
- composer/composer: ^2.5
- wp-launchpad/cli: ^3.1
Requires (Dev)
- phpunit/phpunit: ^7.5 || ^8 || ^9
- wp-media/phpunit: ^3.0
- dev-main
- 3.1.x-dev
- v3.1.0
- v1.x-dev
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.2
- v0.0.1
- dev-fix/add-namespace-on-configs
- dev-bug/prevent-synfony-cli-from-seeing-input
- dev-bug/make-it-compatible-to-last-launchpad
- dev-feature/add-strauss-compatibility
- dev-enhancement/rename_library
This package is auto-updated.
Last update: 2024-12-21 23:31:35 UTC
README
Take Off is the library containing the CLI command used to initialize a Launchpad project.
To install the library first launch the following command: composer require wp-launchpad/take-off --dev
Then at the root from your project you can create a builder
file with the following content:
#!/usr/bin/php <?php use LaunchpadCLI\AppBuilder; require_once __DIR__ . '/vendor/autoload.php'; AppBuilder::init(__DIR__ . '/../', [ \LaunchpadTakeOff\ServiceProvider::class, ]);
Usage
To initialize the project run the following command: initialize
.
On the command the following options are available: