UNPKG

strapi-ts

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite

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