0.3.0 • Published 4 months ago

@whare/cli v0.3.0

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

@whare/cli

A CLI for creating and managing monorepos!

Getting Started:

bun add @whare/cli -D

Features:

The CLI supports several commands to help you manage your monorepo:

init

Initialize a new monorepo project:

bunx @whare/cli init ./path/to/project

update

Update a monorepo project:

bunx @whare/cli update ./path/to/project

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.3.0

4 months ago

0.2.3

5 months ago

0.2.1

5 months ago

0.1.2

6 months ago

0.2.0

5 months ago

0.1.1

6 months ago

0.1.4

6 months ago

0.2.2

5 months ago

0.1.3

6 months ago

0.1.0

6 months ago

0.0.1

2 years ago