バンドルを作るコマンド

$ php app/console init:bundle (名前空間)

# 例
$ php app/console init:bundle Application\\HelloBundle
$ php app/console init:bundle Bundle\\TestBundle

init:bundleの後ろのパラメーターは名前空間名前空間に対応するディレクトリにバンドルの雛形が作成される。