tyroneneill / agent-smith-repo

monorepo example using esbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgentSmithRepo

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

Further help

Visit the Nx Documentation to learn more.

npx create-nx-workspace --preset ts

npm install -D @nrwl/esbuild

npx nx g @nrwl/js:lib mylibB --bundler=esbuild

npx nx build mylib-a

nx build mylib-a --format=cjs nx build mylib-a --format=esm,cjs

npx nx build mylib-a --format=cjs --watch

About

monorepo example using esbuild


Languages

Language:TypeScript 100.0%