Skip to content

Javitonito-Javier/wpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status GoDoc

wpress

WordPress archive format

Quick Start

// create new archive and add a file to it
archiver, _ := NewWriter("test.wpress")
archiver.AddFile("file-to-add.txt")
archiver.Close()

// create a new archive and add a directory to it
archiver, _ := NewWriter("test.wpress")
archiver.AddDirectory("/path/to/directory/to/add")
archiver.Close()

License

This project is licensed under the MIT open source license.

About

WordPress Archive Format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%