Trucker is a tool that helps manage dependencies between javascript files It has three main functions: Show all inbound and outbound dependencies for matching source files. (trucker --info filename.js or trucker -i filename.js) Move/rename source files while fixing up the paths used in imports. (trucker --move source destination or trucker -m source destination) Find unused files (files that are n

