@wyrd/cli
v0.0.2-alpha6
Published
Wyrd compiler command line interface
Downloads
11
Readme
Wyrd CLI
The command line interface for compiling Wyrd program.
Wyrd is a strongly-typed programming language which aimed at compiling into JavaScript.
Installation
Install the command line interface:
> npm install -g @wyrd/cliSimply compile the Wyrd program:
> wyrd -e ./hello.wyrdOr:
> wyrd --entry ./hello.wyrd