Skip to content

haitaoyao/rebar-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

rebar-creator

enhance the create app process powered by rebar

Motivation

According to the official wiki of rebar here, create a app for deployment is boring and troublesome, I think there should be a simpler way to do this: I come for coding, not for editing the damned configuration files for release!.

Implementation

It's just a shell script for creating 2 kinds of erlang application: erlang libary to work with other apps, such as mysql erlang libary; erlang application for deployment, such as riak or rabbitmq.

Usage:

$ rebar-creator create-app|create-lib project_name

Installation:

Since it's just a little shell script, just download it with wget from github

$ wget https://raw.github.com/haitaoyao/rebar-creator/master/rebar-creator

About

enhance the create app process powered by rebar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages