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
- Host: GitHub
- URL: https://github.com/zealleaf/ft
- Owner: zealleaf
- License: mit
- Created: 2022-09-29T19:39:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T09:03:21.000Z (over 3 years ago)
- Last Synced: 2025-03-20T05:33:29.519Z (10 months ago)
- Topics: cli, pull-template, zx
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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