0.0.4 • Published 4 years ago
@launchpack/cli v0.0.4
@launchpack/cli
Typescript Runner based on esbuild
$npm install @launchpack/cli -gUsage
// index.ts
const name: string = "world";
console.log(`Hello ${name}`);$launchpack index.ts # Hello worldTypescript Runner based on esbuild
$npm install @launchpack/cli -g// index.ts
const name: string = "world";
console.log(`Hello ${name}`);$launchpack index.ts # Hello world