Why is your elm.js file so big? Is Elm's dead code elimination on a particular function not working as you expected? What libraries cost your users bandwidth? Analyse your elm.js file size with this tool.
Go to file
Philipp Krüger afd01fedc0
Merge pull request #2 from miniBill/master
Use commander to build a minimal CLI
2022-05-13 12:55:10 +02:00
src Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
.gitignore 🎉 Initial Commit 2020-04-03 23:22:32 +02:00
package-lock.json Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
package.json Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
pnpm-lock.yaml Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
README.md Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
tsconfig.json Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00
yarn.lock Use commander to build a minimal CLI 2022-05-10 19:11:40 +02:00

elmjs-inspect

Running it

npm build
node dist/index.js analyse <filename>

TODO

  • Allow giving .js file by options or otherwise by file input (inquirer.js?)
  • Show results by package/module/file level
  • NPM Publish