Sha256: 389d62acb6d3d429d4af70f4fca25a53f574b54be760400fb9b52c62ccfa54e3

Contents?: true

Size: 970 Bytes

Versions: 8

Compression:

Stored size: 970 Bytes

Contents

#!/usr/bin/env ruby
# JsDuck is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# JsDuck is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with JsDuck.  If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2010 Rene Saarsoo.

# For running when gem not installed
$:.unshift File.expand_path('../../lib', File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__)

require 'jsduck/app'
require 'jsduck/options/processor'

opts = JsDuck::Options::Processor.process(ARGV)

exit_code = JsDuck::App.new(opts).run

exit exit_code

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jsduck-troopjs-0.0.10 bin/jsduck-troopjs
jsduck-troopjs-0.0.9 bin/jsduck-troopjs
jsduck-troopjs-0.0.8 bin/jsduck-troopjs
jsduck-troopjs-0.0.7 bin/jsduck-troopjs
jsduck-troopjs-0.0.5 bin/jsduck-troopjs
jsduck-troopjs-0.0.4 bin/jsduck-troopjs
jsduck-troopjs-0.0.3 bin/jsduck-troopjs
jsduck-troopjs-0.0.1 bin/jsduck-troopjs