prismic/installer

Installer for prismic.io: quickly bootstrap new projects.

0.3 2016-09-20 14:38 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:13:42 UTC


README

packagist

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