prismic / installer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Installer for prismic.io: quickly bootstrap new projects.
0.3
2016-09-20 14:38 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is not auto-updated.
Last update: 2024-05-25 17:38:40 UTC
README
CLI to bootstrap Prismic.io projects in PHP.
Install it globally:
composer global require "prismic/installer"
Usage
Just calling prismic
will display the manual.
To create a new project for the 'foobar' repository:
prismic init foobar
By default it will create the project in a directory using the name of the repository. You can specify a different folder, here 'baz':
prismic init --folder=baz foobar