# @monte3l/groundwork

> Deterministic Phase A bootstrapper: writes the m3l-groundwork baseline (toolchain + Claude Code harness) into a new directory, or surveys an existing project read-only. No prompts, no network beyond the package install.

Latest version **0.0.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @monte3l/groundwork
pnpm add @monte3l/groundwork
yarn add @monte3l/groundwork
bun add @monte3l/groundwork
```

Provides the command `m3l-groundwork`.

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2026-09-24 |
| First published | 2026-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=24 |
| Dependencies | 0 |
| Unpacked size | 607.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Enrico Lionello |
| Maintainers | enri3l |
| Keywords | typescript, claude-code, bootstrap, scaffold, cli |

## Links

- npm: https://www.npmjs.com/package/@monte3l/groundwork
- Repository: https://github.com/monte3l/m3l-groundwork
- Homepage: https://github.com/monte3l/m3l-groundwork#readme
- Issues: https://github.com/monte3l/m3l-groundwork/issues
- npm.io page: https://npm.io/package/@monte3l/groundwork

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2026-09-24
- 0.1.0-next.0 (next) — 2026-09-24

## README

# @monte3l/groundwork

The offline bootstrapper behind [m3l-groundwork](https://github.com/monte3l/m3l-groundwork):
one deterministic CLI that either writes a baseline TypeScript toolchain and
Claude Code harness into an empty directory (**fresh** mode) or surveys an
existing project and writes only a report (**adopt** mode, which never touches a
project file).

```bash
# 0.x is a prerelease and ships on the `next` dist-tag
npx @monte3l/groundwork@next my-new-project
npx @monte3l/groundwork@next my-new-project --pack statusline
npx @monte3l/groundwork@next ../existing-project
```

Requires Node 24+. No prompts, and no network call beyond the `pnpm install` a
fresh bootstrap ends with (`--skip-install` to skip it). Run with `--help` for
every flag, or `--list-packs` for the optional packs.

The `/customize` skill it installs, the packs, and the design are documented in
the [repository README](https://github.com/monte3l/m3l-groundwork#readme).

MIT licensed.

---
_Source: https://npm.io/package/@monte3l/groundwork · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
