prismic / installer
Installer for prismic.io: quickly bootstrap new projects.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
pkg:composer/prismic/installer
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