Skip to content

Tools for migrating between WriteFreely instances.

License

Notifications You must be signed in to change notification settings

writeas/wf-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wf-migrate

GoDoc

wf-migrate provides helper functions and a command-line utility for migrating posts between WriteFreely instances.

Command-line

Install the command-line utility with:

go get github.com/writeas/wf-migrate/cmd/wfimport

wfimport takes a username -u, optional WriteFreely instance hostname -h, and the filename of the JSON data you want to import.

By default, wfimport publishes posts to Write.as:

wfimport -u username exported-data.json

But you can also supply another WriteFreely instance to import to:

wfimport -u username -h pencil.writefree.ly exported-data.json

About

Tools for migrating between WriteFreely instances.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages