No commit activity in last 3 years
No release in over 3 years
inspects the source folder of a flex project using 1 or more link-reports and outputs a list of files that aren't in use
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.6

Runtime

>= 0
 Project Readme

Flex Source Inspector

given a source folder and an array of link reports, it will return a list of files that are NOT declared in the link reports.

Usage

flex-source-inpsector inspect /path/to/flex-src linkreport_one.xml [...linkreport_n.xml]

Building

read: https://github.com/radar/guides/blob/master/gem-development.md

Run Tests

rspec spec/flex-source-inspector_spec.rb

Install Gem Locally

rake install

Publish

gem push (to sign in)
rake release