Sha256: f098a62cbf0d567ec9a59b6b811a838de8fbf92f1b190c41198be67871536b4f

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

#!/usr/bin/env ruby

Dir.chdir(File.dirname(__FILE__)+'/..')

# Start the app with Tennpipes::Server
require 'bundler/setup'
require 'tennpipes-base/cli/launcher'

ARGV.unshift('start') if ARGV.first.nil? || ARGV.first.start_with?('-')
Tennpipes::Cli::Launcher.start ARGV

# Start the app with Rack::Server
#require "rack"
#Rack::Server.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tennpipes-init-3.6.6 lib/tennpipes-init/generators/templates/project_bin.tt