Skip to content
Rich-Harris edited this page Nov 22, 2014 · 9 revisions

Welcome to the Esperanto wiki!

## What is Esperanto?

Esperanto is a tool for converting ES6 modules to AMD, CommonJS or UMD. It's built for speed, interoperability and ease of use.

Getting started

Install esperanto from npm:

# install globally to use as command line tool
npm install -g esperanto

# install locally to use as a module
npm install esperanto

Usage

You can use Esperanto in one of two modes:

Strict mode

See [this page](Strict mode) for an explanation of strict mode.