1.0.0 • Published 3 years ago

eswatch v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

eswatch

A watcher utility for esbuild

Disclaimer: this project is not being actively maintained anymore, for similar tools consider checking out estrella or even esbuild watch mode thread for more information or possible alternatives

Command-line usage

Usage:
  $ eswatch <...entry-points>

Commands:
  <...entry-points>  Build files with esbuild

For more info, run any command with the `--help` flag:
  $ eswatch --help

Options:
  --watch <...files>      Directory/files to watch (supports glob patterns)
  --standalone            Include dependencies on bundle
  --clear                 Clear screen on each reload
  --run [entry]           Entry point for the build
  --keepfiles             Don't delete files from the target output directory before build
  --bundle                Bundle all dependencies into the output files
  --platform <platform>   Platform target (browser | node, default browser)
  --minify                Remove whitespace, shorten identifiers and syntax
  --external <module>     Exclude specific modules from the bundle
  --format <format>       Output format (iife | cjs | esm, no default when not bundling
                          otherwise, default is iife when platform is browser and cjs when
                          platform is node)
  --splitting             Enable code splitting (currently only works for esm)
  --outdir <outdir>       The output directory (for multiple entry points)
  --outext <outext>       Use a custom output extension instead of ".js"
  -h, --help              Display this message
  -v, --version           Display version number

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b feat/my-new-feature
  3. Commit your changes: git commit -am 'feat: Add some feature'
  4. Push to the branch: git push origin feat/my-new-feature
  5. Submit a pull request :D
1.0.0

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

0.11.3

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.11.0

3 years ago

0.10.4

3 years ago

0.10.3

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.4

3 years ago

0.9.5

3 years ago

0.9.3

3 years ago

0.9.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.8.0

3 years ago

0.7.6

3 years ago

0.7.7

3 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago