-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Anthony Molinaro edited this page Feb 3, 2013
·
5 revisions
NOTE: all documentation originally written by Paul Mineiro
Framewerk is a build system. It's designed to allow packaging up common development patterns (C project, Erlang project, framewerk template, etc.) and abstract over things like packaging, revision control, etc.
- framewerk: base infrastructure
- automake build support
- cvs revision control support
- svn revision control support
- debian package support
- rpm package support
- script template
- fw-template-erlang: template for erlang development
- fw-template-erlang-rebar: template for erlang development which uses rebar (as well as autoconf/automake) to build
- fw-template-javascript: template for javascript development
- fw-template-c: template for C development
- fw-template-cxx: template for C++ development
Another Dukes of Erl release.
RPM support generously funded by OpenX ... how cool is that?
To get started checkout the introduction