Skip to content
/ bootya Public

A simple tool for bootstrapping an erlang project with yaws, jiffy and erlang.mk

License

Notifications You must be signed in to change notification settings

peffis/bootya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

bootya

A simple tool for bootstrapping an erlang project with yaws, jiffy and erlang.mk. Primarily for my own purpose, but supposedly also for others that, like me, often make similar projects using these tools.

Usage

$ mkdir proj_name
$ cd proj_name
$ wget -O - https://raw.githubusercontent.com/peffis/bootya/master/bootya | sh
$ make

and then running it

$ _rel/proj_name_release/bin/proj_name_release console

which will start yaws on 8080 serving pages from proj_name/src/www and also running the appmod proj_name_appmod.erl at /proj_name

About

A simple tool for bootstrapping an erlang project with yaws, jiffy and erlang.mk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages