UNPKG

datoit

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

13 lines (10 loc) 215 B
'use strict'; /** * `$ datoit new` * * Generate a new Datoit application. */ module.exports = function(...args) { console.log('goto datoit-generate-new') return require('datoit-generate-new')(...args); };