@whare/cli v0.3.0
@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!