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!
- Host: GitHub
- URL: https://github.com/alexius-huang/wyrd-cli
- Owner: Alexius-Huang
- Created: 2020-06-01T17:29:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T13:13:59.000Z (about 5 years ago)
- Last Synced: 2025-01-28T14:39:33.730Z (5 months ago)
- Language: JavaScript
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```