export default function (prompt, done, options) {
  const metalsmith = Metalsmith(TEMPLATE_PATH);
  const SERVICE_PATH = path.resolve(options.path);
  const FEATHERS_PATH = 'src/feathers.json';
  const MOUNT_PATH = options.mount || 'src/feathers.json';