Sha256: 0911a08df8a4f0c6664b06778408e7534ceee4332a28a08b82622a0a76d809cc
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
# Jdl <!-- TODO: Write a gem description --> 根据指定目录,扫描内部扩展名为*的所有文件,并输出到jdl.js内,主要用于js测试 ## Installation Add this line to your application's Gemfile: gem 'jdl' And then execute: $ bundle Or install it yourself as: $ gem install jdl ## Usage ➜ jdl git:(master) ✗ jdl --help import js from directory loader . -p, --path Set options as path -e, --file_ex Set options as file_ex -o, --output Set options as :output_name - '-p' 指定扫描路径 : 默认值 . - '-e' 指定扫描文件的扩展名 : 默认值 js - '-o' 指定输出文件名称 : 默认值 jdl.js ## Test ruby -Ilib bin/jdl ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License this project is released under the MIT license: http://www.opensource.org/licenses/mit-license.php ## 欢迎fork和反馈 在issue提问或邮件shiren1118@126.com
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jdl-0.0.3 | README.md |
jdl-0.0.2 | README.md |
jdl-0.0.1 | README.md |