Oupsla / prismic-cli

Prismic command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Prismic command line tool

License:Apache License 2.0


Languages

Language:JavaScript 100.0%