0.0.3 • Published 8 months ago

@aircode/cli v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

aircode-cli

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.0.3. Bun is a fast all-in-one JavaScript runtime.

Test

Run local server examples

  1. install dependiences
cd examples/express
bun install

cd ../../examples/koa
bun install
  1. run test command
bun run test:dev-express # Test express server

bun run test:dev-koa # Test koa server

Build source.zip

bun run test:build-express # Build express

bun run test:build-koa # Build koa

Get .serverless/source.zip and .serverless/meta.json.

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago