otasoft-core icon indicating copy to clipboard operation
otasoft-core copied to clipboard

create @otasoft/cli

Open Baroshem opened this issue 4 years ago • 0 comments

Feature Request

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Because we are developing Otasoft in a way that it is highly customizable and extensible, otasoft-core currently is very big and complex. The solution to that problem would be to develop a CLI tool that would allow users to pick tools and stack that they really need. Similarly to Nuxt and Nest.js CLI:

  • https://github.com/nuxt/create-nuxt-app
  • https://github.com/nestjs/nest-cli

Users should be able to choose one:

  • Nuxt.js(Vue) or Next.js(React) frontend frameworks
  • REST or GraphQL API
  • PostgreSQL or MySQL databases

Teachability, Documentation, Adoption, Migration Strategy

https://www.npmjs.com/package/commander

What is the motivation / use case for changing the behavior?

Baroshem avatar Jan 21 '21 15:01 Baroshem