Contentful Bootstrap

A small CLI tool for getting started with Contentful

Contentful

Contentful is a content management platform for web applications, mobile apps and connected devices. It allows you to create, edit  manage content in the cloud and publish it anywhere via powerful API. Contentful offers tools for managing editorial teams and enabling cooperation between organizations.

How to Use

Installation

$ gem install contentful_bootstrap

First Usage

$ contentful_bootstrap init <space_name> [--template template_name]

Then you can create other spaces by doing:

$ contentful_bootstrap create_space <space_name> [--template template_name]

This will get you started with Contentful by setting up a Space with some Demo Data to get you started as soon as possible with development using our API.

Contributing

Feel free to improve this tool by submitting a Pull Request. For more information, please check CONTRIBUTING.md