0.1.2 • Published 8 months ago

@garbanzo/cli v0.1.2

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

@garbanzo/cli

Garbanzo CLI

Getting Started:

bun add @garbanzo/cli -D

Config (garbanzo.config.mjs)

To configure Garbanzo, you can use a garbanzo.config.mjs, currently this must be a .mjs file using that exact naming convention.

import {defineConfig} from '@garbanzo/cli';

export default defineConfig({
  // config options here
});

Contributing:

Building:

This library uses swc and TypeScript to build the source code and generate types.

To build the library, run bun run build from the root, or from this workspace!

Code Quality:

Type Checking:

This library uses TypeScript to perform type checks, run bun run type-check from the root or from this workspace!

Linting

This library uses BiomeJS for linting, run bun run lint from the root or from this workspace!

Tests

This library uses Bun for running unit tests, run bun run test from the root or from this workspace!

Publishing:

To publish the library, run bun run pub from the workspace root. This will prompt you to login to npm and publish the package.

Note: In the future, we will automate this process using GitHub Actions. And also add in tooling to manage releases / changelogs!

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

9 months ago

0.0.1

9 months ago