lume / cli

A CLI for managing TypeScript packages.
6 stars 2 forks source link

Make global `lume` cli use whichever version is locally installed in a project. #15

Open trusktr opened 3 years ago

trusktr commented 3 years ago

This will make it easy for people to depend use lume foo commands instead of using package.json scripts and npm run lume-foo commands, without worrying about lume global versions being incompatible with a project's local version.