michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze
MIT License
291 stars 37 forks source link

Is it possible to change the npm name? #32

Closed crazyyi closed 6 years ago

crazyyi commented 6 years ago

This library is cool and is recommended by many. But every time I want to add it to npm I forget its name. Can you change it to something easier to remember?

michaelwayman commented 6 years ago

The name chokidar refers to how this project is different than node-sass. Where chokidar is a file system watcher that is better than the one used by node-sass. I'm sorry that chokidar is hard to remember but at this point with it being used in so many projects it isn't likely going to change unless the entire community wants it.

Perhaps if you Star the project, or Favorite it, or write it down, (I'm being serious) but with thousands of downloads per day I can't just rename the project and leave all those people wondering why their project suddenly won't work.