Skip to content
forked from naiquevin/upacker

A tool to copy specific files inside your project along with the directory structure to make uploading of many scattered files which are changed convenient.

Notifications You must be signed in to change notification settings

jimymodi/upacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to upacker or more precisely Upload packer. 
This tool is meant to be used for copying or packing
only a few files from a project to a directory while
preserving the original directory structure.
Thus making it convenient to upload all of them to
the server at once

Usage: python pack.py <path_to_file>

path_to_file = path to the file in which which files
to copy is specified

sample file contents:
<<
basepath=/home/vineet/public_html/
basedir=blog

index.php
wp-cron.php
wp-content/index.php
wp-content/themes/index.php
wp-includes/**
>>

Upon successful execution it will show the path to 
the target dir where the copies files are located

About

A tool to copy specific files inside your project along with the directory structure to make uploading of many scattered files which are changed convenient.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published