2
Marl3x
4y

How would you name a scoped npm package?
I have a bootstrap theme and a package with angular components. The angular components package is the main feature of the library.

My proposals:
bootstrap-theme - @bla/theme
angular-components - @bla/bla | @bla/ngx | @bla/ngx-bla
or something else?

I need help.

Comments
  • 1
    Last one looks good to me
  • 0
    Or maybe even @bla/components ? That would fit with the other one.
  • 0
    Ok I decided on:
    @bla/theme
    @bla/angular

    If somewhere in the future someone gets the idea to do react, I can just create another package @bla/react and it will still fit nicely with the others.
Add Comment