mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
29 lines
471 B
Org Mode
29 lines
471 B
Org Mode
|
|
||
|
* Major operations
|
||
|
** Compile
|
||
|
*** Code generation
|
||
|
*** Compilation/linking
|
||
|
*** App validation
|
||
|
** Clean
|
||
|
** ct testing
|
||
|
** eunit testing
|
||
|
** Installation
|
||
|
** Doc generation
|
||
|
|
||
|
* Modes/File types
|
||
|
** Erlang
|
||
|
** Port driver
|
||
|
** NIF driver
|
||
|
** SNMP MIBs
|
||
|
** ASN.1 files
|
||
|
|
||
|
* Misc. Notes
|
||
|
** Port/NIF driver compilation needs pre/post hook
|
||
|
** Need to support code generation for things like protobuf
|
||
|
** Need to support compilation flags
|
||
|
|
||
|
* Contexts
|
||
|
** Application
|
||
|
** General
|
||
|
** Release ?!
|