Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jasonkarns jasonkarns released this 23 Sep 18:08
· 32 commits to master since this release

Added

  • New files subcommand prints files that will be used to determine the packages to install by default #27
  • Respects XDG Base Directory Spec when searching for default-packages file(s). #27

Changed

  • Commands exit with nonzero status (error) when no default-packages file can be found. #20
  • Performance improvement: only invoke npm once (installing all packages at once) instead of invoking npm per package. #28