-
Notifications
You must be signed in to change notification settings - Fork 156
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
consider moving cli to different lib #36
Comments
ping, I'd be happy to do a pr to remove this dependency. Unfortunately this shows up every time we install a gulp plugin that uses gulp-util, so it's creating a ton of extra files that aren't needed. |
Great idea, also getting a lot of extra files when installing via npm. Perhaps a separate dateformat-cli package depending on this? |
I have now published a new npm package "dateformat-light" that removes the CLI, and fixes the AMD inclusion bug |
well, I'm a fan of small modules, but that doesn't really solve this issue though, since there are many gulp plugins using gulp-util, and gulp-util uses this lib. The issue will need to be resolved here unfortunately |
fwiw, since this library is no longer supported, I'll be using dateformat-light going forward. |
@felixge can I please get you to consider removing meow from deps? |
@jonschlinkert send a PR and I'll merge it. Ping me in the PR, I don't watch this repo. |
Great thanks! |
Thanks for working on this @jonschlinkert! Please keep us posted. |
no prob, I'll be sending a pr tomorrow (Monday) |
Closing as meow is now removed as a dependency |
I love using this, but I just realized that it's using meow, and I'm guessing that a good percentage of users like myself probably aren't using the CLI, but the dependency tree for it is absurdly massive. Especially considering this would have zero deps without it.
meow has 48 dependencies in total, this is its flattened dependency tree (along with the number of times each module appears in the tree):
The text was updated successfully, but these errors were encountered: