balmasi / migrate-mongoose

A node based migration framework for mongoose supporting ES6 migrations
MIT License
262 stars 83 forks source link

Use NPX instead of referencing the node module #52

Open testuserplzignore opened 4 years ago

testuserplzignore commented 4 years ago

obviously not a big issue, but instead of:

./node_modules/.bin/migrate [command] [options]

isn't it better to do:

npx migrate [command] [options]