Installation - dylanparry/ceylon GitHub Wiki
Ceylon can be installed from npm:
npm install --save-dev ceylon
There is no need to download or reference a TypeScript definition file as the source code for Ceylon is all written in TypeScript, and definition files are included within the NPM package.
Next: Basic Usage