UNPKG

@akemona-org/strapi

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) 187 B
'use strict'; /** * `$ strapi new` * * Generate a new Strapi application. */ module.exports = function (...args) { return require('@akemona-org/strapi-generate-new')(...args); };