<aside> ⛔ CONFIDENTIAL - PLEASE DO NOT SHARE

</aside>

Lambdragon Build is an integrated JS/TS toolchain (compiler, bundler, IDE, test framework, linter, etc) that helps you build and ship complete products in record time.

It is extremely easy to use. For example, this is all you need to create, debug and publish a CLI:

import { CLI } from "lambdragon"

const cli = new CLI({name: "beep", main(){ console.log("bop!") }})

There is no extra configuration involved. This is all Lambdragon needs to know what you're doing. It will set up a complete dev environment for you.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fa029cb8-1ac5-48a5-a247-db6eceaa8e85/Untitled.png

Lambdragon is:

It is currently good at building Command Line Tools, VSCode Extensions, Electron Apps and slowly learning to build more stuff.