# tapply

> CLI to clone a repository and apply it to a folder, with option to overwrite or not.

Latest version **0.1.1** (published 2023-04-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install tapply
pnpm add tapply
yarn add tapply
bun add tapply
```

Provides the command `tapply`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2023-04-29 |
| First published | 2023-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Joaquim Neto |
| Maintainers | joaquimnet |
| Keywords | cli, template, automation, git |

## Links

- npm: https://www.npmjs.com/package/tapply
- Repository: https://github.com/joaquimnet/tapply
- Homepage: https://github.com/joaquimnet/tapply#readme
- Issues: https://github.com/joaquimnet/tapply/issues
- npm.io page: https://npm.io/package/tapply

## Dependencies (2)

- [degit](https://npm.io/package/degit.md) ^2.8.4
- [commander](https://npm.io/package/commander.md) ^10.0.1

## 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.1.1 (latest) — 2023-04-29
- 0.1.0 — 2023-04-29

## README

# tapply

CLI to clone a repository and apply it to a folder, with option to overwrite or not.

## Features

- Clone a repository and apply it to a folder.
- Option to overwrite or not.
- `.git` folder gets removed.

## Usage

```bash
$ tapply --help

Template Apply v0.1.0

Usage: tapply <repository> [targetPath]

A CLI to apply github repositories in your project

Options:
  -v, --version  Output the current version
  -d, --dry-run  Dry run, no files are changed.
  -r, --replace  Replace files if they exist.
  -V, --verbose  Verbose output, including warnings and errors.
  -h, --help     Output usage information
```

## Examples

```bash
$ tapply joaquimnet/partial-node-configs my-project --replace

$ tapply joaquimnet/partial-node-configs my-project --dry-run

$ tapply joaquimnet/partial-node-configs my-project -dr
```

## License

MIT 🙂

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