Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/php-installer
CLI to bootstrap Prismic.io projects in PHP
https://github.com/prismicio/php-installer
Last synced: 2 months ago
JSON representation
CLI to bootstrap Prismic.io projects in PHP
- Host: GitHub
- URL: https://github.com/prismicio/php-installer
- Owner: prismicio
- License: apache-2.0
- Created: 2016-09-19T09:19:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T14:38:33.000Z (over 8 years ago)
- Last Synced: 2024-04-08T16:54:34.493Z (9 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-installer
[![packagist](https://poser.pugx.org/prismic/installer/version)](https://packagist.org/packages/prismic/installer)
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
```