Skip to content

javanile-backup/copycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copycode StyleCI

Copycode able you to copy part of your code project to another place, usefull to update local copy or multiple projects at one time or share file and automatize it delivery or backup your files (only into local machine).

How install

Install me via composer

composer global require javanile/copycode

copycode.json struct

{
    "single-task": 
    {           
        "name"        : "Single task",
        "description" : "run a single copy",
        "from"        : "..",
        "to"          : "copy1",
        "exclude"     : ["copycoder.json", "nbproject", "README.md"]
    }, 
    
    "grouped-task": 
    [
        {           
            "name"        : "First task in group",
            "description" : "copy project",
            "from"        : "..",
            "to"          : "copy2",
            "exclude"     : ["copycoder.json", "nbproject", "README.md"]
        },
        {           
            "name"        : "Second task in group",
            "description" : "copy project",
            "from"        : "..",
            "to"          : "copy3",
            "exclude"     : ["copycoder.json", "nbproject", "README.md"]
        }   
    ] 
}

About

Command-line source code management tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages