An open API service indexing awesome lists of open source software.

https://github.com/alexius-huang/wyrd-cli

The command line interface for compiling Wyrd program!
https://github.com/alexius-huang/wyrd-cli

Last synced: 3 months ago
JSON representation

The command line interface for compiling Wyrd program!

Awesome Lists containing this project

README

        

# Wyrd CLI

The command line interface for compiling Wyrd program.

Wyrd is a strongly-typed programming language which aimed at compiling into JavaScript.

**[Check out the Wyrd project!](https://github.com/Maxwell-Alexius/Wyrd)**

## Installation
Install the command line interface:

```
> npm install -g @wyrd/cli
```

Simply compile the Wyrd program:

```
> wyrd -e ./hello.wyrd
```

Or:

```
> wyrd --entry ./hello.wyrd
```