|
||||
Last update: 2015-10-09 | ||||
Welcome License GemCutter Downloads DocumentationQuick StartUser Guide Tasks Reference Templates
Developer Guide Slides (French) ProjectGIT RepositoryReleases Contributors Source API Test Coverage Bugs |
TemplatesHere is the list of available Ruby project templates. You can instantiate a given template typing ‘bee -t <template>’, get help with ‘bee -e <template>’ and list all templates with ‘bee -e ?’. applicationThis script will create a sample Ruby application project. Build file can run unit tests, generate API documentation, generate GEM archive and build a ZIP distribution file. packageThis script will create a project for a bee package with sample task (in ‘lib’ directory) and template (in ‘egg’ directory). A unit test for the task is generated in ‘test’ directory. Generated build file has a target ‘test’ to run unit tests, a target ‘gem’ to generate a gem archive, a ‘clean’ target to clean generated files and a ‘install’ target to build and install gem. scriptThis script will generate a sample Ruby script project. sinatraThis script will create a Sinatra project. Generated build file has a target ‘run’ to run the server, ‘zip’ to generate a distribution archive and ‘clean’ to delete generated files. sourceThis script will generate a sample Ruby source file. xmlrpcThis script will create a sample XML-RPC project with a Ruby server and client. |
(C) Michel Casabianca & Contributors - 2006-2010 - Pictures courtesy of PD Photo.org |