Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.04 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.04 KB

FileSystem2Html

Sometimes you want to save the genious file/directory hierarchy you've created, and reproduce it elsewhere with little effort.

You can scan a file directory and create an XML for it. You can visualize the XML to HTML. You can recreate the whole folder tree elswhere using the XML.

Easy to use Java Swing application

Screen Shot 2016-04-29 at 21 33 25

Try it!

DEV ENV SETUP INSTRUCTIONS

  1. Pull the code
  2. Import as Maven project
  3. Execute mvn clean test
  4. If tests are green you're done!

HOW TO USE

Rrun mvn package and start the .\ui\target\*.jar file and follow the onscreen instructions

HOW TO CONTRIBUTE

  1. Fork repo
  2. Make changes. If you are looking for ideas, check the ISSUES section in Github
  3. Create a Pull Request to the origin repo
  4. Congratulations!

Build status:

CircleCI

Old: Coverage Status, Coverity Scan Build Status

Licence

Copyright 2016 Leni Kirilov

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.