'use strict'; /** * `$ strapi new` * * Generate a new Strapi application. */ module.exports = function(...args) { return require('strapi-generate-new')(...args); };