Skip to content

A project management tool that allows you to setup file and folder templates for your projects. Create a new project and everything's organized, ready for you to start.

Notifications You must be signed in to change notification settings

dillanspencer/TemplateIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemplateIT

Project Orginization Tool

TemplateIT makes it easy to keep projects clean and orginized with project templates. It allows users to create a template project folder that can be exported to a directory. This program can be used to make video editing organized with templated folders for all of the users resources.

Main Classes

  • Folder

  • Keeps track of it sub folders using ArrayList
  • Keeps track of its parent folder
  • Has an object of its JButton which is accessed from the template
  • Writer

  • Uses FileOutputStream to write the root folders data into a file
  • This allows for all of the sub folders to be stored into a template file
  • Reader

  • Uses FileInputStream to read the template file and create the root folder
  • Easy template reading
  • Output

  • Uses recursion to sort through all of the sub folders and output them to a directory
  • Window

  • Creates GUI using Java Swing
  • Holds all of the functions for creating new Folders
  • Displays all sub-folders of root folder

About

A project management tool that allows you to setup file and folder templates for your projects. Create a new project and everything's organized, ready for you to start.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages