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

Generate project structure for new artifact in build file #51

Open
ratoshniuk opened this issue Feb 10, 2019 · 3 comments
Open

Generate project structure for new artifact in build file #51

ratoshniuk opened this issue Feb 10, 2019 · 3 comments
Assignees

Comments

@ratoshniuk
Copy link

Once I defined new artifact it would be fantastic to generate all necessary folders for further project

we should know

  • organisation (root package)
  • folders for plugins (we define them in OppinionatedDIApp, but could also create sbt plugin Key like (pluginsFolders)

and after re-import sbt we could retrieve follow ierarchy
artifact-name

  • src
    --main
    ---scala
    ----organisation
    ----organisation + plugins-folder
    ---resources
    --test
    ---resources
    ---scala
    ----organisation
    ----organisation + plugins
@ratoshniuk ratoshniuk self-assigned this Feb 10, 2019
@ratoshniuk
Copy link
Author

ratoshniuk commented Feb 10, 2019

What do you think, @pshirshov @Kaishh ?

@pshirshov
Copy link
Member

pshirshov commented Feb 10, 2019

There is a stub functionality you may use.

newModule / newStub

@neko-kai
Copy link
Member

You can make a giter8 template and use it with sbt init

@neko-kai neko-kai transferred this issue from 7mind/izumi Mar 15, 2020
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

3 participants