M
Michel Casabianca
Bee is a build tool running YAML files. These build files have a clean
syntax =E0 la Ant and run as fast as make. They are made of shell
commands, Ruby code or Bee tasks for platform independent builds.
Hello World example looks like this:
--8<-----------------------------------------------------------------------=
--------------------------
- target: hello
script:
- "echo \"Hello World!\""
--8<-----------------------------------------------------------------------=
--------------------------
This is that simple!
To start using bee within 15 minutes, type "gem install bee" and read
Quick Start section at http://bee.rubyforge.org/quickstart.html.
Enjoy!
--=20
Michel Casabianca
(e-mail address removed)
syntax =E0 la Ant and run as fast as make. They are made of shell
commands, Ruby code or Bee tasks for platform independent builds.
Hello World example looks like this:
--8<-----------------------------------------------------------------------=
--------------------------
- target: hello
script:
- "echo \"Hello World!\""
--8<-----------------------------------------------------------------------=
--------------------------
This is that simple!
To start using bee within 15 minutes, type "gem install bee" and read
Quick Start section at http://bee.rubyforge.org/quickstart.html.
Enjoy!
--=20
Michel Casabianca
(e-mail address removed)