Skip to content

Commit

Permalink
chore: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Dec 3, 2023
1 parent 84b2331 commit 317b751
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@

Minimal wrapper over esbuild's context API


## What and Why ?

When working with modern codebases, there's always more than one esbuild config in place for either bundling server separately or the client separately and managing mulitple esbuild instances isn't recommended. `esbuild` provides a `context` API for long running esbuild tasks like watching and serving client bundles. This package wraps the context API with a very tiny wrapper to make it easier to write build tooling scripts without having to manage esbuild instances.
When working with modern codebases, there's always more than one esbuild config
in place for either bundling server separately or the client separately and
managing mulitple esbuild instances isn't recommended. `esbuild` provides a
`context` API for long running esbuild tasks like watching and serving client
bundles. This package wraps the context API with a very tiny wrapper to make it
easier to write build tooling scripts without having to manage esbuild
instances.

## Usage
## Usage

> API Status: `unstable`
Please use the `build.js` file to get a basic idea of the current API, this will change till the library reaches `0.0.1`
Please use the `build.js` file to get a basic idea of the current API, this will
change till the library reaches `0.0.1`

## License

## License
[MIT](/LICENSE)
[MIT](/LICENSE)

0 comments on commit 317b751

Please sign in to comment.