Sha256: 789acf92df8a2df59d8969b13d472714c15243cf6c062180ed1380624e8112c1

Contents?: true

Size: 910 Bytes

Versions: 19

Compression:

Stored size: 910 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.dirname(File.dirname(__FILE__)) + "/lib"

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

opts = JsDuck::Options.new
opts.parse!(ARGV)
exit_code = JsDuck::App.new(opts).run

exit exit_code

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
jsduck-5.3.4 bin/jsduck
jsduck-5.3.3 bin/jsduck
jsduck-5.3.2 bin/jsduck
jsduck-5.3.1 bin/jsduck
jsduck-5.3.0 bin/jsduck
jsduck-5.2.0 bin/jsduck
jsduck-5.1.0 bin/jsduck
jsduck-5.0.1 bin/jsduck
jsduck-5.0.0 bin/jsduck
jsduck-5.0.0.beta5 bin/jsduck
jsduck-5.0.0.beta4 bin/jsduck
jsduck-4.10.4 bin/jsduck
jsduck-5.0.0.beta3 bin/jsduck
jsduck-4.10.3 bin/jsduck
jsduck-4.10.2 bin/jsduck
jsduck-4.10.1 bin/jsduck
jsduck-4.10.0 bin/jsduck
jsduck-4.9.0 bin/jsduck
jsduck-4.8.0 bin/jsduck