Introduction

Installation

How to get imaginary-dev into your project and start playing with imaginary programming.


imaginary-dev is based on compiler plugins

imaginary-dev is implemented by a compiler plugin for either Babel or the TypeScript compiler (tsc). If your project uses one of these compilers, it should be easy to add imaginary-dev. The three steps common to all installations are:

  1. Install the necessary libaries into your project.
  2. Add the compiler plugin to your build step.
  3. Put your OpenAI API key into an environment variable.

Jump to a guide for how to install imaginary-dev for your particular project setup:

Previous
Getting started