/prismic-cli

Prismic command line tool

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Prismic Command Line for Javascript

npm version Build Status

This is a command line tool to bootstrap Javascript project using prismic.io. Currently it can be used to bootstrap projects based on:

It is meant to install globally:

npm install -g prismic-cli

Usage

Just type prismic without any argument to read the manual.

Examples

Create a new project on the 'foobar' repository:

prismic init foobar

Create a new NodeJS project on the 'foobar' repository, in the 'foobar' folder (non-interactive)

prismic init foobar --folder foobar --template NodeJS

More information

Once your project is bootstrapped, you can find more information about developing with prismic.io in the documentation.

All templates rely on the same Javascript kit.