Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 286 Bytes

migrator.md

File metadata and controls

13 lines (10 loc) · 286 Bytes

title: Migrator

A migrator helps users migrate from other systems to Hexo.

Synopsis

hexo.extend.migrator.register(name, function(args){
  // ...
});

An argument args will be passed into the function. This argument will contain the user's input into the terminal.