Skip to content
/ ft Public

A CLI tool that pulls templates in multiple ways

License

Notifications You must be signed in to change notification settings

zealleaf/ft

Repository files navigation

ft
npm version

It's easier to fetch a template

Install

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

Usage

ft <command> [options]

Commands

i interactive
d direct

Options

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

Examples

ft interactive
ft i
ft

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

Template List

ft-pool

License

MIT