Skip to content

songjungsoo/rebar-project-template

 
 

Repository files navigation

rebar-project-template

This repository is forked from https://github.com/robspassky/rebar-project-template.

사용법

rebar project template 설치

$ git clone https://github.com/robspassky/rebar-project-template.git ~/.rebar/templates

프로젝트 이름이 myapp인 프로젝트 생성

$ rebar create template=project projectid=myapp
$ cd myapp

빌드 및 실행

$ make && make console

자세한 사용법은 다음 링크를 참고해 주세요.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 65.7%
  • Shell 31.9%
  • Makefile 1.6%
  • HTML 0.8%