Sha256: fe1494f0c2b449844d3994b74356f5c8d47d96033beec4292c58e7d4c8c98d5d

Contents?: true

Size: 403 Bytes

Versions: 14

Compression:

Stored size: 403 Bytes

Contents

#!/usr/bin/env ruby
require "rubygems"
require "thor"
require "thor/group"

require File.join(File.expand_path(File.dirname(__FILE__)), "../lib/jax/generators/script_jax_loader")

Jax::Generators::ScriptJaxLoader.exec_script_jax! # this uses exec so, if found, the rest of this file won't load

require File.join(File.expand_path(File.dirname(__FILE__)), "../lib/jax/generators/app")
JaxGenerator.start

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jax-1.0.1 bin/jax
jax-1.0.1.rc2 bin/jax
jax-1.0.1.rc1 bin/jax
jax-1.0.0 bin/jax
jax-0.0.0.10 bin/jax
jax-0.0.0.9 bin/jax
jax-0.0.0.8 bin/jax
jax-0.0.0.7 bin/jax
jax-0.0.0.6 bin/jax
jax-0.0.0.5 bin/jax
jax-0.0.0.4 bin/jax
jax-0.0.0.3 bin/jax
jax-0.0.0.2 bin/jax
jax-0.0.0.1 bin/jax