@aircode/cli

0.0.3 • Public • Published

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.

/@aircode/cli/

    Package Sidebar

    Install

    npm i @aircode/cli

    Weekly Downloads

    0

    Version

    0.0.3

    License

    none

    Unpacked Size

    209 kB

    Total Files

    3

    Last publish

    Collaborators

    • spritejs
    • adcent
    • neo-aircode