From 317b751abd72b4d405268559da23e9d222ec5e52 Mon Sep 17 00:00:00 2001 From: Reaper Gelera Date: Sun, 3 Dec 2023 12:24:41 +0530 Subject: [PATCH] chore: autofix --- readme.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 629dcd4..b9d808e 100644 --- a/readme.md +++ b/readme.md @@ -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) \ No newline at end of file +[MIT](/LICENSE)