This web app helps create new Parrot Virtual Machine projects. Currently it supports High Level Languages (HLLs) and Libraries.
This app has a few dependencies, including but not limited to:
Mojolicious
Mojolicious::Plugin::YamlConfig
Mojolicious::Plugin::RenderFile
To easily install all dependecies with cpanminus
cpanm --installdeps .
perl Makefile.PL
make
make test
make clean
perl Makefile.PL
make install
To run as a background process:
perl app-parrot-create daemon
Or as a normal process which prints to STDOUT/STDERR:
morbo app-parrot-create
You can now view the app running in your favorite web browser at
http://127.0.0.1:3000
Pull requests encouraged and welcome!