Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module scaffolding #1

Closed
kosz opened this issue Mar 29, 2015 · 2 comments
Closed

Module scaffolding #1

kosz opened this issue Mar 29, 2015 · 2 comments

Comments

@kosz
Copy link

kosz commented Mar 29, 2015

One area that most yeoman scaffolding tools don't support is the creation of a Module. They all scaffold a SPA structure ...

But what if you have multiple projects. And you want to create a library (module), which is not a SPA, but instead it can be imported into SPA's to provide functionality. You'd want to share this amongst multiple projects ? You'd want it to be scaffolded in a special manner. And you'd want it to be ready to be linked locally or added to some sort of (ideally private) repository that you can then import it from into your application.

The project structure and packaging would differ from a normal SPA, things like index.html should not be packaged in the dist.

@EisenbergEffect
Copy link
Contributor

Absolutely. We should definitely support this scenario through the cli. It's a really important use case FYI @kosz If you are trying to build a plugin for aurelia now, there's a skeleton called skeleton-plugin that is set up for that in the mean time.

@kosz
Copy link
Author

kosz commented Mar 29, 2015

Great. I was just tossing out an idea, based on things I feel are missing from the current standard yeoman generators, but with that skeleton already in place I can see that you're already ahead of me.

@kosz kosz closed this as completed Mar 29, 2015
JeroenVinke pushed a commit that referenced this issue Mar 3, 2018
Sayan751 added a commit to Sayan751/cli that referenced this issue May 23, 2019
EisenbergEffect pushed a commit that referenced this issue May 27, 2019
merging from aurelia/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants