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

Standardly name taken on NPM #62

Open
hipstersmoothie opened this issue Aug 17, 2019 · 5 comments
Open

Standardly name taken on NPM #62

hipstersmoothie opened this issue Aug 17, 2019 · 5 comments

Comments

@hipstersmoothie
Copy link
Contributor

I had to publish the package under @intuit/standardly.

The standardly seems to do nothing so you could probably take ownership of it rather easily through npm disputes

@mswezey23
Copy link

mswezey23 commented Jun 5, 2020

Why @intuit/standardly ?

It makes creating a declaration file (when using TS) nearly impossible. :/

src/@types/<PROJECT_NAME>/index.d.ts

Can't have forward slashes in the directory name

@hipstersmoothie
Copy link
Contributor Author

there are definitely scoped type packages. check https://www.npmjs.com/package/@types/storybook__react

you just take the @ out and replace the / with __

@hipstersmoothie
Copy link
Contributor Author

this was for @storybook/types. So i'm pretty sure it's possible

@hipstersmoothie
Copy link
Contributor Author

This project would benefit from being written in TS. There isn't much code so that would probably be the better solution anyway

@mswezey23
Copy link

Thanks for the protip, I'll try it out!

I agree that this would be nice to have in TS and the ability to consume it without using command line arguments.

Do you know of any other tools similar to this one by chance?

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