Sha256: 2e29d63cff1b4f93ba72539282ca15d0cab45db767b0bd051ec157c7531eac18

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

#! /usr/bin/env ruby
# frozen_string_literal: true

gem_dir = File.expand_path(File.dirname(__FILE__) + "/../lib")

if $LOAD_PATH.map { |d| File.expand_path(d) }.all? { |d| d != gem_dir }
  $LOAD_PATH.unshift gem_dir
end

require 'tehranjs'
require 'tehranjs/cli'

Tehranjs::CLI.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tehranjs-0.1.0 bin/tehranjs
tehranjs-0.0.2.alpha bin/tehranjs
tehranjs-0.0.1.alpha bin/tehranjs