{"version":"0.9.13","commands":{"new":{"id":"new","description":"Create a new Formidable application","strict":true,"pluginName":"@formidablejs/installer","pluginAlias":"@formidablejs/installer","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> my-app --type api"],"flags":{"silent-install":{"name":"silent-install","type":"boolean","char":"q","description":"Install silently","allowNo":false},"sqlite-git-ignore":{"name":"sqlite-git-ignore","type":"boolean","char":"G","description":"Add SQLite Database to gitignore","allowNo":false},"use-pnpm":{"name":"use-pnpm","type":"boolean","char":"p","description":"Use pnpm instead of npm, yarn or bun","allowNo":false},"use-npm":{"name":"use-npm","type":"boolean","char":"n","description":"Use npm instead of pnpm, yarn or bun","allowNo":false},"use-yarn":{"name":"use-yarn","type":"boolean","char":"y","description":"Use yarn instead of pnpm, npm or bun","allowNo":false},"use-bun":{"name":"use-bun","type":"boolean","char":"b","description":"Use bun instead of pnpm, yarn or npm","allowNo":false},"database":{"name":"database","type":"option","char":"d","description":"The default database driver to use","multiple":false,"options":["MySQL","PostgreSQL","SQLite","MSSQL","Oracle","skip"]},"dev":{"name":"dev","type":"boolean","description":"Use dev branch","allowNo":false},"git":{"name":"git","type":"boolean","char":"g","description":"Initialize a Git repository","allowNo":false},"imba":{"name":"imba","type":"boolean","description":"Create Imba Full-Stack application","allowNo":false},"language":{"name":"language","type":"option","char":"l","description":"The default language to use","multiple":false,"options":["imba","typescript"]},"manager":{"name":"manager","type":"option","char":"m","description":"The default package manager to use","multiple":false,"options":["npm","pnpm","yarn","bun"]},"react":{"name":"react","type":"boolean","description":"Create React Full-Stack application","allowNo":false},"scaffolding":{"name":"scaffolding","type":"option","char":"S","description":"The default scaffolding to use","multiple":false,"options":["mpa","spa"]},"stack":{"name":"stack","type":"option","char":"s","description":"The default stack to use","multiple":false,"options":["imba","react","svelte","vue"]},"svelte":{"name":"svelte","type":"boolean","description":"Create Svelte Full-Stack application","allowNo":false},"type":{"name":"type","type":"option","char":"t","description":"The type of application to create","multiple":false,"options":["api","full-stack"]},"vue":{"name":"vue","type":"boolean","description":"Create Vue Full-Stack application","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"Application name","required":true}]}}}