wr-projects / monorepojs-scaffolding

💫 Tools to create JavaScript/TypeScript monorepos based on open source standards and best practices to create NodeJS packages.
MIT License
1 stars 0 forks source link

💡 [REQUEST] - Add support for nuxt3 when initiating package #15

Open versnic opened 1 year ago

versnic commented 1 year ago

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

Possibility to generate a new package by using nuxt3 init command, so there is no need to delete the folder generated by cookiecutter when building a nuxt application inside the repository.

Basic Example

Being prompted to choose if we'd like to initiate a package using nuxt3

Drawbacks

Only drawback i can see is being prompted if we want to use a tech we possibly don't want to use.

Unresolved questions

No response

GregoireF commented 1 year ago

Hi @versnic,

I'm looking at it from my side to maybe propose a more advanced configuration with for example the choice of a technology such as Nuxt OR not. What do you think about it ? Also, maybe I should also add a typical structure that is expected by Nuxt, if the choice is YES for Nuxt.