unjs / automd

🤖 Automated markdown maintainer
https://automd.unjs.io/
MIT License
150 stars 9 forks source link

Do you mean `XXXX` Generator? #20

Closed cpreston321 closed 5 months ago

cpreston321 commented 5 months ago

Describe the feature

If they misstyped pm-isntall we warn them and say do you mean pm-install ? Kinda silly but it's nice to have small things like this since there isn't no intelisense.

Additional information

pi0 commented 5 months ago

That would be a nice idea! We might use fuzzy search for available generators. There are couple of "did you mean" npm packages I let you make some research if found a lightweight and modern one. (otherwise we can also use fuse.js or make an inline fork of of of them)

cpreston321 commented 5 months ago

I found https://www.npmjs.com/package/didyoumean2 which seems promising.