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 49b2187a3f
Merge pull request #3 from MartinSStewart/patch-1
Fix example command
2022-08-15 08:26:26 +00: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 Fix example command 2022-08-12 18:54:50 +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 analyze <filename>

TODO

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