Skip to content

Quick start

Hypen is a simple, easy-to-use, and powerful language for creating crossplatform applications. It is designed to be easy to learn and use, while still offering power and flexibility to the developer.

Installing

Depending on your platform of choice, you can install Hypen using one of the following methods:

Web

To use the Web SDK, you can use the following NPM package:

shell
npm install @hypen-lang/hypen-cli@0.1.0
npm hypen create myapp

Android

To use the Android Hypen SDK, you can add the following to your build.gradle file:

gradle
dependencies {
    implementation 'space.hypen:hypen-android:$hypenVersion'
}