-
Notifications
You must be signed in to change notification settings - Fork 4
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
Scoped npm packages #38
Comments
@racse1 I would love that.. I'll have a look at the npm part. However, what about the repos on git? Should we then also move to a mono-repo structure? |
@mi2oon Well, that's completely up to us. I mean having a scope doesn't force us to go monorepo, does it? 😄 I doubt we actually need a monorepo — our packages can be perfectly used independently and we don't have to fiddle with Lerna or think about structuring issues and pull requests. If you think it'd be better with monorepo — I'm happy to know why 👍 At the same time I think it's very convenient way of handling large number of, let's say, helpers or components. |
Description updated 👆 |
@racse1 Updated little more. I decided to keep things pretty much like today and switched to scoped on npm. |
Hi everyone,
What do you think about moving all our packages under
kraftvaerk
scope?generator-rammevaerk
=>@kraftvaerk/generator-rammevaerk
eslint-config-kraftvaerk
=>@kraftvaerk/eslint-config
stylelint-config-kraftvaerk
=>@kraftvaerk/stylelint-config
kv.cookieconsent
=>@kraftvaerk/cookieconsent
I'm a bit uncertain about shareable configs, because I think it makes sense to use same name for repo and npm package, so maybe we can just stick to what we currently have (e.g.
@kraftvaerk/eslint-config-kraftvaerk
).The text was updated successfully, but these errors were encountered: