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

plop dependency reduction #130

Open
43081j opened this issue Nov 18, 2024 · 0 comments
Open

plop dependency reduction #130

43081j opened this issue Nov 18, 2024 · 0 comments
Labels
epic needs first contact It is unclear if the maintainer of the repo is open for e18e

Comments

@43081j
Copy link
Collaborator

43081j commented Nov 18, 2024

Repo:

https://github.com/plopjs/plop/tree/main

There are a few packages we have experience replacing to reduce footprint:

  • chalk (with picocolors)
  • ora (with nanospinner or picospinner)
  • del (with premove)
  • globby (with fdir or tinyglobby)
  • lodash.get (no specific suggested replacement but all lodash.* packages should be avoided)
  • mkdirp (native)

note the repo isn't hugely active so this looks like low priority

@43081j 43081j added the epic label Nov 18, 2024
@Fuzzyma Fuzzyma added the needs first contact It is unclear if the maintainer of the repo is open for e18e label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic needs first contact It is unclear if the maintainer of the repo is open for e18e
Projects
None yet
Development

No branches or pull requests

2 participants