An open API service indexing awesome lists of open source software.

https://github.com/zealleaf/ft

A CLI tool that pulls templates in multiple ways
https://github.com/zealleaf/ft

cli pull-template zx

Last synced: 10 months ago
JSON representation

A CLI tool that pulls templates in multiple ways

Awesome Lists containing this project

README

          

# ft
[![npm version](https://img.shields.io/npm/v/@leafvein/ft)](https://www.npmjs.com/package/@leafvein/ft)

> It's easier to fetch a template

## Install

```bash
npm i @leafvein/ft -g
# or
pnpm i @leafvein/ft -g
```

## Usage

```bash
ft [options]
```

### Commands

```bash
i interactive
d direct
```

### Options

```bash
[default]:
-v, --version Show version number
-h, --help Show help
[direct]
-r, --repository
-p, --projectName

```

## Examples

```bash
ft interactive
ft i
ft

ft direct --repository=username/repoName --projectName=demo
ft d -r=username/repoName -p=demo
```

### Template List

[ft-pool](https://github.com/zealleaf/ft-pool)

## License

MIT