0.1.1 • Published 1 year ago

tapply v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

$ 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

$ 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 🙂

0.1.1

1 year ago

0.1.0

1 year ago