Atom package to run tradeship, which automatically imports JS dependencies and removes unused ones.
Ensure you have tradeship installed:
$ npm install -g tradeship# or use yarn:$ yarn global add tradeship
In atom, settings/preferences > install > search "tradeship". Or:
$ apm install tradeship
To run tradeship, you may either:
The first time tradeship runs in a project directory with many JavaScript files, it'll take some time to parse and cache dependencies. Future runs will be much faster.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.